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, 0 insertions, 2 deletions
diff --git a/src/glsl/tests/array-05.glsl b/src/glsl/tests/array-05.glsl
deleted file mode 100644
index 168704096b..0000000000
--- a/src/glsl/tests/array-05.glsl
+++ /dev/null
@@ -1,2 +0,0 @@
-/* FAIL - array size type must be scalar */
-uniform vec4 a[ivec4(3)];