summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/assert.c b/assert.c
index d446731..5ac3a12 100644
--- a/assert.c
+++ b/assert.c
@@ -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();
}