diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-25 10:14:13 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-25 10:14:13 +0000 |
commit | 3a15782da6a820aebabf86c72658f3ace8cfc098 (patch) | |
tree | ff821ea50b00f8034ac81223e99a7adc4e306a61 | |
parent | some cosmetic changes (diff) | |
download | mutator-3a15782da6a820aebabf86c72658f3ace8cfc098.tar.gz mutator-3a15782da6a820aebabf86c72658f3ace8cfc098.zip |
updated
-rw-r--r-- | test/testFuncs1.c | 2 | ||||
-rw-r--r-- | test/testFuncs2.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/testFuncs1.c b/test/testFuncs1.c index 79260c4..838b599 100644 --- a/test/testFuncs1.c +++ b/test/testFuncs1.c @@ -891,7 +891,7 @@ void test18(void) if (c && (a = b))
{
- /*yada yada*/
+ /*yada /*yada*/
}
if ((c = a) || a)
diff --git a/test/testFuncs2.c b/test/testFuncs2.c index 5bf7868..bfab434 100644 --- a/test/testFuncs2.c +++ b/test/testFuncs2.c @@ -23,7 +23,7 @@ typedef int dummytypedef; /*for 5.3*/ typedef gaga incompletearr1; #endif - +/*gibber/*gabber*/ #define XMACRO Y #define ABSOLUTE(X) (((X) >= 0) ? (X) : -(X)) |