summaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-06-24 14:22:55 -0700
committerMatt Turner <mattst88@gmail.com>2014-07-05 22:30:29 -0700
commitd7f6cef1dfd790ac07fe81f78575753655258c8c (patch)
treefe1027f74b70c996cadea860a21ba04f64c57ec8 /tests/spec
parent2f85641ce9eab944fec0ad75c967d2fed50535b6 (diff)
ARB_explicit_attrib_location: Remove commas from require_extensions line.
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag2
-rw-r--r--tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag2
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 541e0750b..2b187f254 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 246d45ffa..2be040340 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*