diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-19 20:00:15 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-19 20:00:15 +0000 |
commit | 5e7452d41b55d80aa3724f00c6ce909f88c89d20 (patch) | |
tree | 6ab557c4202b659781ae88735f69acf42692007e /test/testFuncs1.h | |
parent | updated (diff) | |
download | mutator-5e7452d41b55d80aa3724f00c6ce909f88c89d20.tar.gz mutator-5e7452d41b55d80aa3724f00c6ce909f88c89d20.zip |
added tdd tests for 18.1
Diffstat (limited to '')
-rw-r--r-- | test/testFuncs1.h | 1 |
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;
|