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.
2 parents f9c4038 + 7a9e25b commit 09075eaCopy full SHA for 09075ea
src/unity.h
@@ -105,7 +105,7 @@ void verifyTest(void);
105
#define TEST_MESSAGE(message) UnityMessage((message), __LINE__)
106
#define TEST_ONLY()
107
#ifdef UNITY_INCLUDE_PRINT_FORMATTED
108
-#define TEST_PRINTF(message, ...) UnityPrintF(__LINE__, (message), __VA_ARGS__)
+#define TEST_PRINTF(message, ...) UnityPrintF(__LINE__, (message), ##__VA_ARGS__)
109
#endif
110
111
/* It is not necessary for you to call PASS. A PASS condition is assumed if nothing fails.
0 commit comments