aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-08 09:32:45 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-08 09:32:45 +0000
commit853957b03d998944d7a506d0905c6f95120a2908 (patch)
tree984c10cb6585be3f06e067baea6986700570e9e0 /test
parentadded 19.14 and 20.1 (diff)
downloadmutator-853957b03d998944d7a506d0905c6f95120a2908.tar.gz
mutator-853957b03d998944d7a506d0905c6f95120a2908.zip
added tdd for 20.2
Diffstat (limited to 'test')
-rw-r--r--test/testFuncs3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testFuncs3.c b/test/testFuncs3.c
index 24b7ac6..4827c46 100644
--- a/test/testFuncs3.c
+++ b/test/testFuncs3.c
@@ -122,6 +122,10 @@ void testfunc7(void) {
void tddfunc8(void) {
// asm("add %al, (%rax)");
+
+ /*for 20.2*/
+ int printf;
}
+
/*********************************************************************************************************************/
/*last line intnetionally left blank.*/