diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-15 14:16:14 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-15 14:16:14 +0000 |
commit | 635527ef149898b65b6ffe0fa03a6e65861c4b9a (patch) | |
tree | 5fd188aa077d643b1b27500e81058eed0282c5b3 /test/testFuncs2.h | |
parent | updated 1/15/2017 (diff) | |
download | mutator-635527ef149898b65b6ffe0fa03a6e65861c4b9a.tar.gz mutator-635527ef149898b65b6ffe0fa03a6e65861c4b9a.zip |
we had pre-existing tdd for 8.8, added a new one.
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 4e577c0..6ea79f5 100644 --- a/test/testFuncs2.h +++ b/test/testFuncs2.h @@ -22,7 +22,7 @@ int headervar; double headervardouble; /*********************************************************************************************************************/ /*funciton types go here.*/ -static void test33(void); +void test33(void); void testFunc1(void); |