aboutsummaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2/const-array-05.frag
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glslparsertest/glsl2/const-array-05.frag')
-rw-r--r--tests/glslparsertest/glsl2/const-array-05.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glslparsertest/glsl2/const-array-05.frag b/tests/glslparsertest/glsl2/const-array-05.frag
index 675a33d9..fbe5a867 100644
--- a/tests/glslparsertest/glsl2/const-array-05.frag
+++ b/tests/glslparsertest/glsl2/const-array-05.frag
@@ -8,7 +8,7 @@
// [end config]
/* PASS */
-#version 120
+
void main()
{
const float a[2] = float[2](0.0, 1.0);