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 b512a1c commit e3457a8Copy full SHA for e3457a8
test/tests/test_unity_core.c
@@ -296,9 +296,9 @@ void testFailureCountIncrementsAndIsReturnedAtEnd(void)
296
Unity.CurrentTestFailed = 1;
297
startPutcharSpy(); /* Suppress output */
298
startFlushSpy();
299
- TEST_ASSERT_EQUAL(0, getFlushSpyCalls());
300
UnityConcludeTest();
301
endPutcharSpy();
+ TEST_ASSERT_EQUAL(0, getFlushSpyCalls());
302
TEST_ASSERT_EQUAL(savedFailures + 1, Unity.TestFailures);
303
#if defined(UNITY_OUTPUT_FLUSH) && defined(UNITY_OUTPUT_FLUSH_HEADER_DECLARATION)
304
TEST_ASSERT_EQUAL(1, getFlushSpyCalls());
0 commit comments