aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs3.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-06 22:07:31 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-06 22:07:31 +0000
commitf536e1ee9691d71eb2d31cee6b1d44dcfc61ff7d (patch)
treecb9765bc13b08a74285813facccf4068610cacf5 /test/testFuncs3.h
parentadded 14.3 (diff)
downloadmutator-f536e1ee9691d71eb2d31cee6b1d44dcfc61ff7d.tar.gz
mutator-f536e1ee9691d71eb2d31cee6b1d44dcfc61ff7d.zip
tdd tests for 14.3 were previously added. the changes being commited now are mostly cosmetic.
Diffstat (limited to 'test/testFuncs3.h')
-rw-r--r--test/testFuncs3.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/testFuncs3.h b/test/testFuncs3.h
index efe5bd3..13fdf30 100644
--- a/test/testFuncs3.h
+++ b/test/testFuncs3.h
@@ -1,4 +1,5 @@
+/*first line intentionally left blank.*/
#if 1
#include <assert.h>
#include <complex.h>
@@ -50,4 +51,10 @@ do { \
} while (a < 10)
#define ANSWER (17U)
-#define STRINGLIT "dodo" \ No newline at end of file
+#define STRINGLIT "dodo"
+
+void tddfunc1(void);
+void tddfunc2(void);
+void tddfunc3(void);
+void tddfunc4(void);
+/*last line intenitonally left blank.*/