aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs1.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-01 22:14:00 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-01 22:14:00 +0000
commite1d85f5ca79482a065c1c1235af3124ee2119d7a (patch)
treec7f332010318d962c83d806e93a0fbda82c167f5 /test/testFuncs1.h
parentnow used the compile command database for the misrac tdd tests (diff)
downloadmutator-e1d85f5ca79482a065c1c1235af3124ee2119d7a.tar.gz
mutator-e1d85f5ca79482a065c1c1235af3124ee2119d7a.zip
added tdd tests
Diffstat (limited to '')
-rw-r--r--test/testFuncs1.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/testFuncs1.h b/test/testFuncs1.h
index 3e32906..ec88050 100644
--- a/test/testFuncs1.h
+++ b/test/testFuncs1.h
@@ -2,8 +2,8 @@
/*the first line's been intentionally left blank.*/
/***********************************************************************************************************/
/*defines*/
-#ifndef TESTFUNCS1_H
-#define TESTFUNCS1_H
+#ifndef _TEST1_H
+#define _TEST1_H
#define FALSE 0
#define TRUE 1
@@ -129,7 +129,6 @@ void test27(void);
void test28(void);
int test29(int a);
int test31(void);
-
#endif
/***********************************************************************************************************/
/*ive been intentionally left blank. dont touch me.*/