summaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-02-06 03:26:22 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2014-04-03 13:17:14 -0700
commit8fadeb59b959e8badbc0207b2bb668f70f645b8c (patch)
tree1e44730a2b443df8edf6dbd1dce0bf3875788e66 /tests/spec
parentc20596b85f666de470648decbac20b7643a50570 (diff)
Replace end_config with 'end config' in glsl parser tests
The example glsl parser test doesn't list end_config as acceptable, and there are only 5 tests using end_config, so it makes sense to just fix those tests rather than generating slower more complicated regex for handling end_config. Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/glsl-1.20/compiler/qualifiers/out-conversion-int-to-float.vert2
-rw-r--r--tests/spec/glsl-1.30/compiler/texture/texelFetch.frag2
-rw-r--r--tests/spec/glsl-1.30/compiler/texture/texelFetchOffset.frag2
-rw-r--r--tests/spec/glsl-1.30/compiler/texture/texelFetchOffset2.frag2
-rw-r--r--tests/spec/glsl-1.30/compiler/texture/textureSize.frag2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/spec/glsl-1.20/compiler/qualifiers/out-conversion-int-to-float.vert b/tests/spec/glsl-1.20/compiler/qualifiers/out-conversion-int-to-float.vert
index a17a5ad2d..fdea1bad3 100644
--- a/tests/spec/glsl-1.20/compiler/qualifiers/out-conversion-int-to-float.vert
+++ b/tests/spec/glsl-1.20/compiler/qualifiers/out-conversion-int-to-float.vert
@@ -2,7 +2,7 @@
* [config]
* glsl_version: 1.20
* expect_result: pass
- * [end_config]
+ * [end config]
*
* Test that implicit type conversion of out parameters is properly
* used to match function calls to callees.
diff --git a/tests/spec/glsl-1.30/compiler/texture/texelFetch.frag b/tests/spec/glsl-1.30/compiler/texture/texelFetch.frag
index 9743aa1e4..5467f869c 100644
--- a/tests/spec/glsl-1.30/compiler/texture/texelFetch.frag
+++ b/tests/spec/glsl-1.30/compiler/texture/texelFetch.frag
@@ -1,7 +1,7 @@
// [config]
// expect_result: pass
// glsl_version: 1.30
-// [end_config]
+// [end config]
#version 130
diff --git a/tests/spec/glsl-1.30/compiler/texture/texelFetchOffset.frag b/tests/spec/glsl-1.30/compiler/texture/texelFetchOffset.frag
index 79dfdcb8e..a57582c2f 100644
--- a/tests/spec/glsl-1.30/compiler/texture/texelFetchOffset.frag
+++ b/tests/spec/glsl-1.30/compiler/texture/texelFetchOffset.frag
@@ -1,7 +1,7 @@
// [config]
// expect_result: fail
// glsl_version: 1.30
-// [end_config]
+// [end config]
#version 130
diff --git a/tests/spec/glsl-1.30/compiler/texture/texelFetchOffset2.frag b/tests/spec/glsl-1.30/compiler/texture/texelFetchOffset2.frag
index 362b833f1..2be26b733 100644
--- a/tests/spec/glsl-1.30/compiler/texture/texelFetchOffset2.frag
+++ b/tests/spec/glsl-1.30/compiler/texture/texelFetchOffset2.frag
@@ -1,7 +1,7 @@
// [config]
// expect_result: pass
// glsl_version: 1.30
-// [end_config]
+// [end config]
#version 130
diff --git a/tests/spec/glsl-1.30/compiler/texture/textureSize.frag b/tests/spec/glsl-1.30/compiler/texture/textureSize.frag
index 15e4fd5fc..cc238467a 100644
--- a/tests/spec/glsl-1.30/compiler/texture/textureSize.frag
+++ b/tests/spec/glsl-1.30/compiler/texture/textureSize.frag
@@ -1,7 +1,7 @@
// [config]
// expect_result: pass
// glsl_version: 1.30
-// [end_config]
+// [end config]
#version 130