[Piglit] [patch v3 10/15] arb_explicit_attrib_location/1.40/compiler/not-enabled.frag: fix config

Dylan Baker baker.dylan.c at gmail.com
Mon Jul 28 17:34:20 PDT 2014


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 <baker.dylan.c at gmail.com>
---
 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



More information about the Piglit mailing list