Files
mesa/src/glsl/glcpp/tests/082-invalid-paste.c.expected
T
Carl Worth c86eb0cd65 glcpp: Extend the invalid-paste test
The current code lets a few invalid pastes through, such as an string pasted
onto the end of an integer. Extend the invalid-paste test to catch some of
these.

Reviewed-by: Matt Turner <mattst88@gmail.com>
2012-11-29 13:03:01 -08:00

21 lines
572 B
Plaintext

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