summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/100-macro-with-colon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/glcpp/tests/100-macro-with-colon.c')
-rw-r--r--src/glsl/glcpp/tests/100-macro-with-colon.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/glsl/glcpp/tests/100-macro-with-colon.c b/src/glsl/glcpp/tests/100-macro-with-colon.c
deleted file mode 100644
index 31dbb9a9edc..00000000000
--- a/src/glsl/glcpp/tests/100-macro-with-colon.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#define one 1
-#define two 2
-
-switch (1) {
- case one + two:
- break;
-}