This removes a stray gl_version key, which was set to 3.1. It was never
parsed, but does work because required_gl_version() (in
piglit-util-gl.c) automatically matches glsl version 140 with glt 3.1

Signed-off-by: Dylan Baker <[email protected]>
---
 tests/spec/arb_explicit_attrib_location/1.40/compiler/not-enabled.frag | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tests/spec/arb_explicit_attrib_location/1.40/compiler/not-enabled.frag 
b/tests/spec/arb_explicit_attrib_location/1.40/compiler/not-enabled.frag
index 089ea61..f5a2462 100644
--- a/tests/spec/arb_explicit_attrib_location/1.40/compiler/not-enabled.frag
+++ b/tests/spec/arb_explicit_attrib_location/1.40/compiler/not-enabled.frag
@@ -1,6 +1,5 @@
 // [config]
 // expect_result: fail
-// gl_version: 3.1
 // glsl_version: 1.40
 // [end config]
 //
-- 
2.0.2

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

Reply via email to