Files
mesa/src/glsl/glcpp/tests/143-multiple-else.c.expected
T
Carl Worth f28a105868 glsl/glcpp: Rename one test to avoid a duplicate test number
With two tests both numbered 118, there was a confusing off-by-two difference
between the last test number and the total number of tests (as reported by
glcpp-test).

With this rename, there's only an off-by-one difference left, (which is easy
to understand given the zero-based test numbering).

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2014-08-07 16:08:29 -07:00

8 lines
65 B
Plaintext

0:4(1): preprocessor error: multiple #else
int foo;
int bar;