]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
(refs #7567) Added throw function to builtins
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ModuleRegressionTests.java
index 23ae54a976c5563696f6144e5393c048a6a5f0d9..0e06e61e3ef57d4704abbbfa8803829c1e4df22d 100644 (file)
@@ -184,6 +184,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void MonadSyntax1() { test(); }    
     @Test public void MonadSyntax3() { test(); }    
     @Test public void MonadSyntax4() { test(); }
+    @Test public void MonadSyntax5() { test(); }
     @Test public void NoDefinitionErrorMessage() { test(); }
     @Test public void NoInstance() { test(); }
     @Test public void NoInstance2() { test(); }
@@ -256,6 +257,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void StringMatching1() { test(); }
     @Test public void SumOfInverses2() { test(); }
     @Test public void SwitchSimplification() { test(); }
+    @Test public void Throw1() { test(); }
     @Test public void TooManyParametersToSin() { test(); }
     @Test public void Transformation1() { test(); }
     @Test public void Transformation2() { test(); }