aboutsummaryrefslogtreecommitdiffstats
path: root/simple_test.c
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-07-31 14:13:48 -0700
committershmibs <shmibs@gmail.com>2014-07-31 14:13:48 -0700
commit0cfbc56786d1e0141aaa89497515acaa89824665 (patch)
tree9fe577a4885b834cab7b09358e75c6ca5c20c53c /simple_test.c
parent93adbcddec4ea1037e28380826cf274963e31c40 (diff)
downloadsimple-test-0cfbc56786d1e0141aaa89497515acaa89824665.tar.gz
insert missing RETURN();
Diffstat (limited to 'simple_test.c')
-rw-r--r--simple_test.c1
1 files changed, 1 insertions, 0 deletions
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