]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
(refs #7621) Fixed handling of $ in application ignoring return value
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ModuleRegressionTests.java
index 6e11e24a416dbd00e3ecc33e0e6ed24c8e3ba201..00af273c71d8c1295e70e61a9b0e13b9b4d6c09b 100644 (file)
@@ -100,6 +100,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void Guards1() { test(); }
     @Test public void Guards2() { test(); }
     @Test public void IdAsOperator() { test(); }
+    @Test public void IfBranchesWithDifferentTypes() { test(); }
     //@Test public void IfWithoutElse() { test(); }
     @Test public void IllegalChar() { test(); }
     @Test public void ImportJavaConstructor() { test(); }
@@ -217,6 +218,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void Record2() { test(); }
     @Test public void Record3() { test(); }
     @Test public void RecordShorthand() { test(); }
+    @Test public void RecordWildcards() { test(); }
     @Test public void RecursionBug() { test(); }
     @Test public void RecursiveContext() { test(); }
     @Test public void RecursiveValues2() { test(); }