summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-08-11 13:48:13 -0700
committerCarl Worth <cworth@cworth.org>2010-08-11 14:38:03 -0700
commitcb5ea0c79bd74ea6263d54302ed19c243ceb05de (patch)
tree89b3831c97a0460bda76dfc962cf931a4fe1ec40 /src/glsl/glcpp/tests/081-elif-without-expression.c.expected
parent5a6285cc862df35ef5275c3858f833e0807dee14 (diff)
glcpp: Add several tests for diagnostics.
Which are proving to be useful since some of these tests are not yet acting as desired, (in particular, the unterminated if test is not generating any diagnostic).
Diffstat (limited to 'src/glsl/glcpp/tests/081-elif-without-expression.c.expected')
-rw-r--r--src/glsl/glcpp/tests/081-elif-without-expression.c.expected6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/glsl/glcpp/tests/081-elif-without-expression.c.expected b/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
new file mode 100644
index 0000000000..37dcdc3238
--- /dev/null
+++ b/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
@@ -0,0 +1,6 @@
+0:2(1): preprocessor error: #elif with no expression
+
+
+
+
+