aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs1.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-19 20:00:15 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-19 20:00:15 +0000
commit5e7452d41b55d80aa3724f00c6ce909f88c89d20 (patch)
tree6ab557c4202b659781ae88735f69acf42692007e /test/testFuncs1.h
parentupdated (diff)
downloadmutator-5e7452d41b55d80aa3724f00c6ce909f88c89d20.tar.gz
mutator-5e7452d41b55d80aa3724f00c6ce909f88c89d20.zip
added tdd tests for 18.1
Diffstat (limited to '')
-rw-r--r--test/testFuncs1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testFuncs1.h b/test/testFuncs1.h
index 4a8a91a..ca9827e 100644
--- a/test/testFuncs1.h
+++ b/test/testFuncs1.h
@@ -156,6 +156,7 @@ void testfunc9999(void)
};
struct s* ps1;
+ /*these two should not be tagged by 18.1 since they are pointers to an incomplete type. the pointer is a complete type.*/
struct s** ps2;
struct s*** ps3;