aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs3.c
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-03 21:11:05 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-03 21:11:05 +0000
commit9a4e2d43a9a98a8fd751340c2abf5aac54655f22 (patch)
tree1daef572366ff0156bd924135e0516cd257e086f /test/testFuncs3.c
parentremoved 9.2 output. clag catches it. (diff)
downloadmutator-9a4e2d43a9a98a8fd751340c2abf5aac54655f22.tar.gz
mutator-9a4e2d43a9a98a8fd751340c2abf5aac54655f22.zip
added one more test for 9.2
Diffstat (limited to '')
-rw-r--r--test/testFuncs3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testFuncs3.c b/test/testFuncs3.c
index e2f1081..6153ab3 100644
--- a/test/testFuncs3.c
+++ b/test/testFuncs3.c
@@ -3,7 +3,8 @@
#include <complex.h>
-int intarray3[2][3] = MACRO1;
+int intarray3[3][2] = MACRO1;
+int intarray4[3][2] = MACRO2;
int answer = ANSWER;
void tddfunc1 (void)