summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-28 21:26:17 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-28 21:26:17 -0500
commit5e37315f0e20bc3052b20a7b9e9fbbb6b553fc5b (patch)
treee460e35af5a1846201a79aacaff69ca57a8a467d
parentb61797ea2b3cb0827ee17094784211405e5706c8 (diff)
add an end in case we get that far
-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();
}