From 5e37315f0e20bc3052b20a7b9e9fbbb6b553fc5b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 28 Feb 2019 21:26:17 -0500 Subject: add an end in case we get that far --- assert.c | 2 ++ 1 file changed, 2 insertions(+) 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 testing_comment("Unsuccessful assertion should execute"); test_void(assert(n == 0)); + + testing_end(); } -- cgit v1.2.1