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.c | |
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.c')
-rw-r--r-- | test/testFuncs3.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/testFuncs3.c b/test/testFuncs3.c index df4fbc0..7d31764 100644 --- a/test/testFuncs3.c +++ b/test/testFuncs3.c @@ -1,4 +1,5 @@ +/*first line intentionally left blank.*/ int crappyint; @@ -55,3 +56,9 @@ void tddfunc3(void) READ_TIME_33(); READ_TIME_34(); } + +void tddfunc4(void) +{ + +} +/*last line intnetionally left blank.*/ |