Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-20 | Remove "unnecessary" whitespace from some tests. | Carl Worth | |
This whitespace was not part of anything being tested, and it introduces differences (that we don't actually care about) between the output of "gcc -E" and glcpp. Just eliminate this extra whitespace to reduce spurious test-case failures. | |||
2010-05-14 | Add test for function-like macro invocations with multiple-token arguments. | Carl Worth | |
These are not yet parsed correctly, so these tests fail. |