diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-02-28 21:26:17 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-02-28 21:26:17 -0500 |
commit | 5e37315f0e20bc3052b20a7b9e9fbbb6b553fc5b (patch) | |
tree | e460e35af5a1846201a79aacaff69ca57a8a467d | |
parent | b61797ea2b3cb0827ee17094784211405e5706c8 (diff) |
add an end in case we get that far
-rw-r--r-- | assert.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,4 +38,6 @@ void test_assert_h(void) #include <assert.h> testing_comment("Unsuccessful assertion should execute"); test_void(assert(n == 0)); + + testing_end(); } |