summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c')
-rw-r--r--src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c b/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c
deleted file mode 100644
index 6a6f2829883..00000000000
--- a/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* This test case is the minimal case to replicate the bug reported here:
- *
- * https://bugs.freedesktop.org/show_bug.cgi?id=65112
- *
- * To trigger the bug, there must be a line-continuation sequence
- * (backslash newline), then an additional newline character, and
- * finally another backslash that is not part of a line-continuation
- * sequence.
- */
-\
-
-/* \ */