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-05.glsl | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/glsl/tests/attribute-05.glsl (limited to 'src/glsl/tests/attribute-05.glsl') diff --git a/src/glsl/tests/attribute-05.glsl b/src/glsl/tests/attribute-05.glsl deleted file mode 100644 index 18822c78541..00000000000 --- a/src/glsl/tests/attribute-05.glsl +++ /dev/null @@ -1,7 +0,0 @@ -/* FAIL - attribute cannot have type bool */ -attribute bool i; - -void main() -{ - gl_Position = vec4(1.0); -} -- cgit v1.2.3