Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored May 17, 2024
1 parent eb12a51 commit a6754f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/CppInterOp/ScopeReflectionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ TEST(ScopeReflectionTest, GetBaseClassOffset) {
#define Stringify(s) Stringifyx(s)
#define Stringifyx(...) #__VA_ARGS__
#define CODE \
class A { int m_a; void foo(const int i) {UNUSED(i);}}; \
class A { int m_a; void foo(const int m_a) {UNUSED(m_a);}}; \
class B { int m_b; }; \
class C : virtual A, virtual B { int m_c; }; \
class D : virtual A, virtual B, public C { int m_d; }; \
Expand Down

0 comments on commit a6754f8

Please sign in to comment.