summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/089-redefine-macro-error.c.expected
AgeCommit message (Collapse)Author
2010-08-17glcpp: Add two new tests for testing redefined macros.Carl Worth
The specification says that redefining a macro is an error, unless the new definitions is identical to the old one, (identical replacement lists but ignoring differing amounts of whitespace).