1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Fixing CI tests passing

This commit is contained in:
Alex Overchenko
2022-11-27 14:46:34 +03:00
parent e4085eb8e6
commit 48d7210644
3 changed files with 0 additions and 11 deletions

View File

@@ -11,9 +11,6 @@ TEST_FILE("some_file.c")
spec - normal default prefix. required to run default setup/teardown calls.
*/
/* Support for Meta Test Rig */
#define TEST_CASE(a)
/* Include Passthroughs for Linking Tests */
void putcharSpy(int c) { (void)putchar(c);}
void flushSpy(void) {}
@@ -67,4 +64,3 @@ void spec_ThisTestPassesWhenNormalTeardownRan(void)
{
TEST_ASSERT_EQUAL_MESSAGE(1, CounterTeardown, "Normal Teardown Wasn't Run");
}