summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/115-line-continuations.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/glcpp/tests/115-line-continuations.c')
-rw-r--r--src/glsl/glcpp/tests/115-line-continuations.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/glsl/glcpp/tests/115-line-continuations.c b/src/glsl/glcpp/tests/115-line-continuations.c
deleted file mode 100644
index 105590d85ed..00000000000
--- a/src/glsl/glcpp/tests/115-line-continuations.c
+++ /dev/null
@@ -1,9 +0,0 @@
-// This comment continues to the next line, hiding the define \
-#define CONTINUATION_UNSUPPORTED
-
-#ifdef CONTINUATION_UNSUPPORTED
-failure
-#else
-success
-#endif
-