From 0e7262336d7ec9f64a72b1e1083ec622f35639c3 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 5 Jan 2017 13:03:52 +0330 Subject: tdd tests for 19.1 --- test/testFuncs3.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 @@ -51,4 +54,4 @@ void tddfunc3(void) READ_TIME_32(); READ_TIME_33(); READ_TIME_34(); -} \ No newline at end of file +} -- cgit v1.2.3