diff options
author | shmibs <shmibs@gmail.com> | 2014-07-31 14:13:48 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-07-31 14:13:48 -0700 |
commit | 0cfbc56786d1e0141aaa89497515acaa89824665 (patch) | |
tree | 9fe577a4885b834cab7b09358e75c6ca5c20c53c | |
parent | 93adbcddec4ea1037e28380826cf274963e31c40 (diff) | |
download | simple-test-0cfbc56786d1e0141aaa89497515acaa89824665.tar.gz |
insert missing RETURN();
-rw-r--r-- | README.pdf | bin | 144998 -> 144894 bytes | |||
-rw-r--r-- | README.tex | 1 | ||||
-rw-r--r-- | simple_test.c | 1 |
3 files changed, 2 insertions, 0 deletions
Binary files differ @@ -81,6 +81,7 @@ keywordstyle=\color{Purple3}, stringstyle=\color{SpringGreen4}, numbers=left, + showstringspaces=false, } 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 |