summaryrefslogtreecommitdiff
path: root/tests/headers/macro_const.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/macro_const.h')
-rw-r--r--tests/headers/macro_const.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/headers/macro_const.h b/tests/headers/macro_const.h
deleted file mode 100644
index 7c5aa438..00000000
--- a/tests/headers/macro_const.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#define foo "bar"
-#define CHAR 'b'
-#define CHARR '\0'
-#define FLOAT 5.09f
-#define FLOAT_EXPR (5 / 1000.0f)
-#define LONG 3L
-
-#define INVALID_UTF8 "\xf0\x28\x8c\x28"