aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-05 09:33:52 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-05 09:33:52 +0000
commit0e7262336d7ec9f64a72b1e1083ec622f35639c3 (patch)
treec8186bb9310c632e0cae4ad71a143edf8198ee7e /test
parentadded 19.1 (diff)
downloadmutator-0e7262336d7ec9f64a72b1e1083ec622f35639c3.tar.gz
mutator-0e7262336d7ec9f64a72b1e1083ec622f35639c3.zip
tdd tests for 19.1
Diffstat (limited to 'test')
-rw-r--r--test/testFuncs3.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/testFuncs3.c b/test/testFuncs3.c
index 6153ab3..df4fbc0 100644
--- a/test/testFuncs3.c
+++ b/test/testFuncs3.c
@@ -1,4 +1,7 @@
+int crappyint;
+
+
#include "testFuncs3.h"
#include <complex.h>
@@ -51,4 +54,4 @@ void tddfunc3(void)
READ_TIME_32();
READ_TIME_33();
READ_TIME_34();
-} \ No newline at end of file
+}