summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c
diff options
context:
space:
mode:
authorCarl Worth <[email protected]>2014-08-05 16:33:05 -0700
committerKenneth Graunke <[email protected]>2017-01-04 14:40:48 -0800
commit3fbdac28d55fa765d111ef311761eb145188c142 (patch)
tree520b9e81dce60f80e17a36d72cbc37b306d25285 /src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c
parent5363518705e7593718a886f2f2fc906b2923acae (diff)
glcpp: Remove illegal characters from tests
Some of the existing tests were using '@' and '"' incidentally within the test body. Neither of these characters are actually legal for GLSL. And since we are planning to start generating errors for illegal characters, we need to first make the test suite clean. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c')
-rw-r--r--src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c b/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c
index 369c4879260..55b8c4e1723 100644
--- a/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c
+++ b/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c
@@ -1,7 +1,7 @@
1. Number of dalmations: __LINE__ __FILE__ __LINE__
2. Nominal visual acuity: __LINE__ __FILE__ / __LINE__ __FILE__
3. Battle of Thermopylae, as film: __LINE__ __FILE__ __FILE__
-4. HTTP code for "Not Found": __LINE__ __FILE__ __LINE__
+4. HTTP code for Not Found: __LINE__ __FILE__ __LINE__
5. Hexadecimal for 20560: __LINE__ __FILE__ __LINE__ __FILE__
6: Zip code for Nortonville, KS: __LINE__ __LINE__ __FILE__ __LINE__ __FILE__
7. James Bond, as a number: __FILE__ __FILE__ __LINE__