[Piglit] [PATCH] ARB_explicit_attrib_location: Remove commas from require_extensions line.
Matt Turner
mattst88 at gmail.com
Tue Jun 24 14:23:23 PDT 2014
---
tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag | 2 +-
tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag b/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag
index 541e075..2b187f2 100644
--- a/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag
+++ b/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag
@@ -1,7 +1,7 @@
// [config]
// expect_result: pass
// glsl_version: 1.10
-// require_extensions: GL_ARB_explicit_attrib_location, GL_ARB_blend_func_extended
+// require_extensions: GL_ARB_explicit_attrib_location GL_ARB_blend_func_extended
// [end config]
//
// Even though the specified locations overlap, the spec says that a *link*
diff --git a/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag b/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag
index 246d45f..2be0403 100644
--- a/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag
+++ b/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag
@@ -1,7 +1,7 @@
// [config]
// expect_result: pass
// glsl_version: 1.10
-// require_extensions: GL_ARB_explicit_attrib_location, GL_ARB_blend_func_extended
+// require_extensions: GL_ARB_explicit_attrib_location GL_ARB_blend_func_extended
// [end config]
//
// Even though the specified locations overlap, the spec says that a *link*
--
1.8.3.2
More information about the Piglit
mailing list