]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
(refs #7371) Support for select keyword for CHR constraints
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ModuleRegressionTests.java
index d8f703afc344d209cd18f4a7373a8a9b3caef69f..5403dbf27be828e99bac0e399e549cc0c9ff09e1 100644 (file)
@@ -33,6 +33,10 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void CHR9() { test(); }
     @Test public void CHR10() { test(); }
     @Test public void CHR11() { test(); }
+    @Test public void CHR12() { test(); }
+    @Test public void CHRSelect1() { test(); }
+    @Test public void CHRSelect2() { test(); }
+    @Test public void CHRSelect3() { test(); }
     @Test public void ClosureRecursion() { test(); }
     @Test public void Collaz() { test(); }
     @Test public void Compose() { test(); }