diff options
Diffstat (limited to 'assert.c')
-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(); } |