labath added inline comments.
================
Comment at: lldb/unittests/Process/Utility/RegisterContextFreeBSDTests.cpp:32
+
+#define ASSERT_GPR_X86_64(regname)                                             
\
+  EXPECT_THAT(                                                                 
\
----------------
Also, please rename this to `EXPECT_GRP_X86_64`. `ASSERT_` is for macros that 
terminate test when they fail.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91216/new/

https://reviews.llvm.org/D91216

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to