summaryrefslogtreecommitdiff
path: root/src/unittest/initest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittest/initest.ini')
-rw-r--r--src/unittest/initest.ini14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/unittest/initest.ini b/src/unittest/initest.ini
deleted file mode 100644
index ebf2719d8..000000000
--- a/src/unittest/initest.ini
+++ /dev/null
@@ -1,14 +0,0 @@
-#define JUNK
-// General stuff
-#define FOO(X) BAR##X
-[General]
- Test1=FOO(asdf)
- Test2=bar
-
-#ifdef JUNK
-[Junk] // This is the junk
-Test3=yo
-Test4=mama
-#endif
-
-#include "foo.ini"