summaryrefslogtreecommitdiff
path: root/src/glsl/tests/constructor-01.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/tests/constructor-01.glsl')
-rw-r--r--src/glsl/tests/constructor-01.glsl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/glsl/tests/constructor-01.glsl b/src/glsl/tests/constructor-01.glsl
deleted file mode 100644
index fdfaf89866..0000000000
--- a/src/glsl/tests/constructor-01.glsl
+++ /dev/null
@@ -1,6 +0,0 @@
-/* PASS */
-
-void main()
-{
- gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
-}