mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-25 09:21:36 +01:00
Fixing CI tests passing
This commit is contained in:
3
test/testdata/testRunnerGenerator.c
vendored
3
test/testdata/testRunnerGenerator.c
vendored
@@ -19,9 +19,6 @@
|
||||
suitetest- custom prefix for when we want to use custom suite setup/teardown
|
||||
*/
|
||||
|
||||
/* Support for Meta Test Rig */
|
||||
#define TEST_CASE(a)
|
||||
|
||||
/* Include Passthroughs for Linking Tests */
|
||||
void putcharSpy(int c) { (void)putchar(c);}
|
||||
void flushSpy(void) {}
|
||||
|
||||
Reference in New Issue
Block a user