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 08ff4b2 commit a567b81Copy full SHA for a567b81
features/frameworks/unity/source/unity.c
@@ -17,7 +17,7 @@ int UNITY_OUTPUT_FLUSH(void);
17
#endif
18
19
/* Helpful macros for us to use here */
20
-#define UNITY_FAIL_AND_BAIL { UNITY_OUTPUT_CHAR('\n'); utest_unity_assert_failure(); Unity.CurrentTestFailed = 1; }
+#define UNITY_FAIL_AND_BAIL { UNITY_OUTPUT_CHAR('\n'); utest_unity_assert_failure(); }
21
#define UNITY_IGNORE_AND_BAIL { UNITY_OUTPUT_CHAR('\n'); utest_unity_ignore_failure(); }
22
23
/* return prematurely if we are already in failure or ignore state */
0 commit comments