From 3fbdac28d55fa765d111ef311761eb145188c142 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 5 Aug 2014 16:33:05 -0700 Subject: 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 --- src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c') 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__ -- cgit v1.2.3