summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/076-elif-undef-nested.c.expected
AgeCommit message (Collapse)Author
2010-08-11glcpp: Additional fixes for not evaluating skipped #if/#elif expressions.Carl Worth
This adds a couple of test cases to expand our coverage of invalid #if and being skipped, (either by being nested inside an #if/#elif that evaluates to zero or by being after an #if/#elif that evaluates to non-zero).