Add an expected file for 093-divide-by-zero
authorCarl Worth <cworth@cworth.org>
Thu, 14 Apr 2011 21:29:34 +0000 (14:29 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 14 Apr 2011 21:29:34 +0000 (14:29 -0700)
This test is behaving just fine already---it's generating an informative
diagnostic, ("error: division by 0 in preprocessor directive"), so adding
this in the expected file makes things pass.

src/glsl/glcpp/tests/093-divide-by-zero.c.expected [new file with mode: 0644]

diff --git a/src/glsl/glcpp/tests/093-divide-by-zero.c.expected b/src/glsl/glcpp/tests/093-divide-by-zero.c.expected
new file mode 100644 (file)
index 0000000..08f183f
--- /dev/null
@@ -0,0 +1,4 @@
+0:1(13): preprocessor error: division by 0 in preprocessor directive
+
+
+