summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2/bit-not-02.frag
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glslparsertest/glsl2/bit-not-02.frag')
-rw-r--r--tests/glslparsertest/glsl2/bit-not-02.frag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/glslparsertest/glsl2/bit-not-02.frag b/tests/glslparsertest/glsl2/bit-not-02.frag
index 8d2c9b4a2..523b5f74b 100644
--- a/tests/glslparsertest/glsl2/bit-not-02.frag
+++ b/tests/glslparsertest/glsl2/bit-not-02.frag
@@ -1,3 +1,12 @@
+// [config]
+// expect_result: fail
+// glsl_version: 1.20
+//
+// # NOTE: Config section was auto-generated from file
+// # NOTE: 'glslparser.tests' at git revision
+// # NOTE: 6cc17ae70b70d150aa1751f8e28db7b2a9bd50f0
+// [end config]
+
/* FAIL - bitwise operations aren't supported in 1.20. */
#version 120
void main()