diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-06 22:07:31 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-06 22:07:31 +0000 |
commit | f536e1ee9691d71eb2d31cee6b1d44dcfc61ff7d (patch) | |
tree | cb9765bc13b08a74285813facccf4068610cacf5 /test/testFuncs3.h | |
parent | added 14.3 (diff) | |
download | mutator-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.h | 9 |
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.*/ |