]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
(refs #7042) Added a new compiler optimization (eta-reduce)
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ModuleRegressionTests.java
index 38506c6f4997070d86d72ca1d3f2222cd707445c..7843bac52d535de9cede7d54950dec3954781992 100644 (file)
@@ -26,6 +26,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void CHR2() { test(); }
     @Test public void CHR3() { test(); }
     @Test public void CHR4() { test(); }
+    @Test public void ClosureRecursion() { test(); }
     @Test public void Collaz() { test(); }
     @Test public void Compose() { test(); }
     @Test public void Composition() { test(); }
@@ -224,6 +225,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void StringInterpolation3() { test(); }
     @Test public void StringMatching1() { test(); }
     @Test public void SumOfInverses2() { test(); }
+    @Test public void SwitchSimplification() { test(); }
     @Test public void TooManyParametersToSin() { test(); }
     @Test public void Transformation1() { test(); }
     @Test public void Transformation2() { test(); }