]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidRuleset2.scl
Merge commit 'bf75fd9'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidRuleset2.scl
1 data Fact = Foo1 | Foo2\r
2 data Fact2 = Bar\r
3 \r
4 rs = ruleset\r
5   Foo1, Foo2 <=> [Bar]\r
6 \r
7 main = "Not to be executed."\r
8 --\r
9 5:19-5:22: Expected\r
10     <Fact> got\r
11     <Fact2>.