summaryrefslogtreecommitdiff
path: root/src/glsl/tests/array-05.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/tests/array-05.glsl')
-rw-r--r--src/glsl/tests/array-05.glsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/tests/array-05.glsl b/src/glsl/tests/array-05.glsl
new file mode 100644
index 0000000000..168704096b
--- /dev/null
+++ b/src/glsl/tests/array-05.glsl
@@ -0,0 +1,2 @@
+/* FAIL - array size type must be scalar */
+uniform vec4 a[ivec4(3)];