aboutsummaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2/redeclaration-11.vert
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glslparsertest/glsl2/redeclaration-11.vert')
-rw-r--r--tests/glslparsertest/glsl2/redeclaration-11.vert2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glslparsertest/glsl2/redeclaration-11.vert b/tests/glslparsertest/glsl2/redeclaration-11.vert
index b566cad2..282fa6e9 100644
--- a/tests/glslparsertest/glsl2/redeclaration-11.vert
+++ b/tests/glslparsertest/glsl2/redeclaration-11.vert
@@ -8,7 +8,7 @@
// [end config]
/* FAIL - in 1.20, variables hide functions, so the call is illegal. */
-#version 120
+
void foo(vec4 vs) {
gl_Position = vs;