Skip to content

Commit

Permalink
Remove unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Nov 21, 2022
1 parent 08ff4b2 commit a567b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/frameworks/unity/source/unity.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int UNITY_OUTPUT_FLUSH(void);
#endif

/* Helpful macros for us to use here */
#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(); }
#define UNITY_IGNORE_AND_BAIL { UNITY_OUTPUT_CHAR('\n'); utest_unity_ignore_failure(); }

/* return prematurely if we are already in failure or ignore state */
Expand Down

0 comments on commit a567b81

Please sign in to comment.