mesa/src/compiler/glsl/glcpp/tests/082-invalid-paste.c.expected
Carl Worth 3fbdac28d5 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>
2017-01-04 14:40:48 -08:00

19 lines
571 B
Text

0:2(7): preprocessor error:
Pasting "<" and ">" does not give a valid preprocessing token.
0:3(7): preprocessor error:
Pasting "0" and "abc" does not give a valid preprocessing token.
0:4(7): preprocessor error:
Pasting "1" and "=" does not give a valid preprocessing token.
0:5(7): preprocessor error:
Pasting "2" and "~" does not give a valid preprocessing token.
0:6(7): preprocessor error:
Pasting "3" and "-" does not give a valid preprocessing token.
0:7(7): preprocessor error:
Pasting "4" and "+" does not give a valid preprocessing token.
<
0
1
2
34
45.2