mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 10:58:08 +02:00
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>
19 lines
571 B
Text
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
|