]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
Proper error message, when pattern compilation fails
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ModuleRegressionTests.java
index 527744c00fbd8fbbac58a0b60896d49b1e311975..df3576ff11a4e6af5e3ee2b1912a6c8761f73ecb 100644 (file)
@@ -22,6 +22,10 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void ClashingInstance() { test(); }
     @Test public void ClashingValueType() { test(); }
     @Test public void ClosingBrace() { test(); }
+    @Test public void CHR1() { test(); }
+    @Test public void CHR2() { test(); }
+    @Test public void CHR3() { test(); }
+    @Test public void CHR4() { test(); }
     @Test public void Collaz() { test(); }
     @Test public void Compose() { test(); }
     @Test public void Composition() { test(); }
@@ -77,7 +81,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void Guards1() { test(); }
     @Test public void Guards2() { test(); }
     @Test public void IdAsOperator() { test(); }
-    @Test public void IfWithoutElse() { test(); }
+    //@Test public void IfWithoutElse() { test(); }
     @Test public void IllegalChar() { test(); }
     @Test public void ImportJavaConstructor() { test(); }
     @Test public void ImportRef() { test(); }