From 0cfbc56786d1e0141aaa89497515acaa89824665 Mon Sep 17 00:00:00 2001 From: shmibs Date: Thu, 31 Jul 2014 14:13:48 -0700 Subject: insert missing RETURN(); --- simple_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'simple_test.c') diff --git a/simple_test.c b/simple_test.c index 9299eea..e57db38 100644 --- a/simple_test.c +++ b/simple_test.c @@ -46,6 +46,7 @@ TEST("this is the second test") /* finally, call RETURN(); to run the * cleanup code and continue */ + RETURN(); } END_TEST -- cgit v1.2.3