Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chmod +x testsuite/parseko/conditional.stp | Josh Stone | 2010-01-19 | 1 | -0/+0 |
| | |||||
* | Faulty conditionals are parse errors, not semantical errors. | Mark Wielaard | 2010-01-13 | 1 | -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. |