Add an expected file for 084-unbalanced-parentheses
authorCarl Worth <cworth@cworth.org>
Thu, 14 Apr 2011 21:38:56 +0000 (14:38 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 14 Apr 2011 21:43:11 +0000 (14:43 -0700)
commit6affa4806a74c0f81fefa0be0212ec8574a74f4d
treef51b80783b01a053037051cf8e495ffad7bd2f9b
parentd3c6ed382d8e02cd9f9e2cc77208b800abe17d54
Add an expected file for 084-unbalanced-parentheses

The expected file here captures the current behavior of glcpp (which
is to generate an obscure "syntax error, unexpected $end" diagnostic
for this case).

It would certainly be better for glcpp to generate a nicer diagnostic,
(such as "missing closing parenthesis in function-like macro
definition" or so), but the current behavior is at least correct, and
expected. So we can make the test suite more useful by marking the
current behavior as expected.
src/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected [new file with mode: 0644]