diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-29 00:30:06 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-29 00:30:06 +0000 |
commit | cde91e105cd5cf1913a9685b0607a0f2b7b4227c (patch) | |
tree | b9098a0faa41eba15a63592728e96b5f0e25621b /test/testFuncs2.c | |
parent | fixed the code breaking while running on all the C standard library headers. ... (diff) | |
download | mutator-cde91e105cd5cf1913a9685b0607a0f2b7b4227c.tar.gz mutator-cde91e105cd5cf1913a9685b0607a0f2b7b4227c.zip |
minor fixes
Diffstat (limited to 'test/testFuncs2.c')
-rw-r--r-- | test/testFuncs2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testFuncs2.c b/test/testFuncs2.c index 776dc33..9bddcc6 100644 --- a/test/testFuncs2.c +++ b/test/testFuncs2.c @@ -174,6 +174,9 @@ void testfunc1(void) c = 123; c = 'c'; c = "c"; + b = 'b'; + b = "b"; + a = 123; c = '\n'; ;;;; |