glcpp: Remove illegal characters from tests
authorCarl Worth <cworth@cworth.org>
Tue, 5 Aug 2014 23:33:05 +0000 (16:33 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 4 Jan 2017 22:40:48 +0000 (14:40 -0800)
commit3fbdac28d55fa765d111ef311761eb145188c142
tree520b9e81dce60f80e17a36d72cbc37b306d25285
parent5363518705e7593718a886f2f2fc906b2923acae
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 <kenneth@whitecape.org>
src/compiler/glsl/glcpp/tests/082-invalid-paste.c
src/compiler/glsl/glcpp/tests/082-invalid-paste.c.expected
src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c
src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c.expected
src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c
src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c.expected