diff options
author | Carl Worth <[email protected]> | 2014-08-05 16:33:05 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-01-04 14:40:48 -0800 |
commit | 3fbdac28d55fa765d111ef311761eb145188c142 (patch) | |
tree | 520b9e81dce60f80e17a36d72cbc37b306d25285 /src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c | |
parent | 5363518705e7593718a886f2f2fc906b2923acae (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.c | 2 |
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__ |