summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/attribute-11.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/attribute-11.glsl b/tests/attribute-11.glsl
index c1e6901431..47cb5a0583 100644
--- a/tests/attribute-11.glsl
+++ b/tests/attribute-11.glsl
@@ -1,5 +1,5 @@
#version 130
-/* PASS */
+/* FAIL - attribute cannot have array type in GLSL 1.30 */
attribute vec4 i[10];
void main()