summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/conditional.stp
Commit message (Collapse)AuthorAgeFilesLines
* Faulty conditionals are parse errors, not semantical errors.Mark Wielaard2010-01-131-5/+0
| | | | | | | | | The test was correct, the given construct should fail. But it fails because it is a parse error, not because it is a semantical error. So move into the right pass1-4 sub-directory. * testsuite/semko/conditional.stp: Moved to... * testsuite/parseko/conditional.stp: ... here.
* PR10747: check invalid preprocessor constructWenji Huang2010-01-121-0/+5
* parse.cxx (scan_pp): Match '%(' and '%?'. * testsuite/semko/conditional.stp: New test.