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 336bfe4 commit a721694Copy full SHA for a721694
code/logic/fossil/test/testing.h
@@ -296,7 +296,6 @@ void fossil_test_run_all(fossil_test_env_t *env);
296
#define _FOSSIL_TEST_SKIP(test_name, message) \
297
test_name##_test_case.status = TEST_STATUS_SKIP; \
298
test_name##_test_case.failure_message = message;
299
- // printf(FOSSIL_TEST_COLOR_YELLOW "SKIPPED: %s - %s\n" FOSSIL_TEST_COLOR_RESET, #test_name, message); \
300
301
/**
302
* @brief Macro to define a test case.
0 commit comments