diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-07 19:08:16 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-07 19:08:16 +0000 |
commit | d901af748f5d45fe32f574006f58715537e72609 (patch) | |
tree | 4d9d6899cc1648105f861390c495446ba3a6129b /test/testFuncs3.h | |
parent | fixing... (diff) | |
download | mutator-d901af748f5d45fe32f574006f58715537e72609.tar.gz mutator-d901af748f5d45fe32f574006f58715537e72609.zip |
trying to figure out why the gcov build crashes
Diffstat (limited to '')
-rw-r--r-- | test/testFuncs3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testFuncs3.h b/test/testFuncs3.h index e5f0155..fa1e7e6 100644 --- a/test/testFuncs3.h +++ b/test/testFuncs3.h @@ -1,6 +1,6 @@ /*first line intentionally left blank.*/ -#if 1 +#if 0 #include <assert.h> #include <complex.h> #include <ctype.h> |