We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debfe5f commit a8b2b82Copy full SHA for a8b2b82
code/logic/fossil/pizza/test.h
@@ -557,7 +557,7 @@ void _on_skip(const char *description);
557
pizza_test_assert_messagef((message) __VA_OPT__(, __VA_ARGS__))
558
#else
559
#define _FOSSIL_TEST_ASSUME_MESSAGE(message, ...) \
560
- pizza_test_assert_messagef((message), ##__VA_ARGS__)
+ pizza_test_assert_messagef((message) , __VA_ARGS__)
561
#endif
562
563
0 commit comments