From: Nicolai Hähnle <[email protected]>

---
 .../glsl-1.20/execution/uniform-initializer/fs-structure.shader_test     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tests/spec/glsl-1.20/execution/uniform-initializer/fs-structure.shader_test 
b/tests/spec/glsl-1.20/execution/uniform-initializer/fs-structure.shader_test
index 3b0c95099..d72755482 100644
--- 
a/tests/spec/glsl-1.20/execution/uniform-initializer/fs-structure.shader_test
+++ 
b/tests/spec/glsl-1.20/execution/uniform-initializer/fs-structure.shader_test
@@ -4,21 +4,20 @@ GLSL >= 1.20
 [vertex shader]
 #version 120
 
 void main()
 {
   gl_Position = gl_Vertex;
 }
 
 [fragment shader]
 #version 120
-varying vec4 color;
 
 struct S {
   int i;
   float f;
   vec4 v[2];
 };
 
 uniform S s = S(9, 33.3, vec4[2](vec4(1, 2, 3, 4),
                                 vec4(9, 8, 7, 6)));
 
-- 
2.15.1

_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to