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