You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ enable support for logical expressions in EXPECT and ASSERT
Problem:
- logical expressions fail in EXPECT() and ASSERT() because of
operator precedence
Solution:
- wrap __VA_ARGS__ use in macros with an extra set of parens
0 commit comments