From 8be828c3b31e8e6d554888ead53878bebb2a3370 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Wed, 2 Mar 2011 15:22:46 -0800 Subject: glsl: Remove 'tests' subfolder. These have long since moved to piglit and aren't useful to have here. --- src/glsl/tests/attribute-11.glsl | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/glsl/tests/attribute-11.glsl (limited to 'src/glsl/tests/attribute-11.glsl') diff --git a/src/glsl/tests/attribute-11.glsl b/src/glsl/tests/attribute-11.glsl deleted file mode 100644 index 47cb5a05833..00000000000 --- a/src/glsl/tests/attribute-11.glsl +++ /dev/null @@ -1,8 +0,0 @@ -#version 130 -/* FAIL - attribute cannot have array type in GLSL 1.30 */ -attribute vec4 i[10]; - -void main() -{ - gl_Position = vec4(1.0); -} -- cgit v1.2.3