diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-17 16:37:03 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-17 16:37:03 +0000 |
commit | 3cf2206380c5d8fa9216b72993c1d29e2d52fed2 (patch) | |
tree | d6a1e453d5585a6657b6a17a9f718c3ba4152d61 /test/testFuncs2.h | |
parent | updated 1/17/2017 (diff) | |
download | mutator-3cf2206380c5d8fa9216b72993c1d29e2d52fed2.tar.gz mutator-3cf2206380c5d8fa9216b72993c1d29e2d52fed2.zip |
added tdd for 7.1 and 4.1
Diffstat (limited to '')
-rw-r--r-- | test/testFuncs2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testFuncs2.h b/test/testFuncs2.h index 6ea79f5..4e577c0 100644 --- a/test/testFuncs2.h +++ b/test/testFuncs2.h @@ -22,7 +22,7 @@ int headervar; double headervardouble; /*********************************************************************************************************************/ /*funciton types go here.*/ -void test33(void); +static void test33(void); void testFunc1(void); |