diff options
| -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 | 
