summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/conditional.stp
Commit message (Collapse)AuthorAgeFilesLines
* chmod +x testsuite/parseko/conditional.stpJosh Stone2010-01-191-0/+0
|
* Faulty conditionals are parse errors, not semantical errors.Mark Wielaard2010-01-131-0/+5
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.