From 0cfbc56786d1e0141aaa89497515acaa89824665 Mon Sep 17 00:00:00 2001 From: shmibs Date: Thu, 31 Jul 2014 14:13:48 -0700 Subject: insert missing RETURN(); --- README.pdf | Bin 144998 -> 144894 bytes README.tex | 1 + simple_test.c | 1 + 3 files changed, 2 insertions(+) diff --git a/README.pdf b/README.pdf index 8ff72c0..de7fbc8 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/README.tex b/README.tex index d2ba778..9a66a4b 100644 --- a/README.tex +++ b/README.tex @@ -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 -- cgit v1.2.3