summaryrefslogtreecommitdiff
path: root/src/glsl/tests/constructor-02.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/tests/constructor-02.glsl')
-rw-r--r--src/glsl/tests/constructor-02.glsl7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/glsl/tests/constructor-02.glsl b/src/glsl/tests/constructor-02.glsl
deleted file mode 100644
index 47acbe9db1..0000000000
--- a/src/glsl/tests/constructor-02.glsl
+++ /dev/null
@@ -1,7 +0,0 @@
-/* FAIL - cannot construct samplers */
-void main()
-{
- int i;
-
- i = sampler2D(0);
-}