X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FModuleRegressionTests.java;h=dc2c775241574595b88c5f36ccdf75e8610782c6;hb=e8269f6cba002c702c25d80db5399b5b50b97ab9;hp=1c134aff7054ea81445f858f73c6e16fe6eff850;hpb=f5fc85ba00f434402caa2a4c83a302a3b035adce;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java index 1c134aff7..dc2c77524 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java @@ -73,6 +73,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void FromDynamic4() { test(); } @Test public void FromDynamic5() { test(); } @Test public void FunctionFunctor() { test(); } + @Test public void FunctionIdentity() { test(); } @Test public void Functor() { test(); } @Test public void FunctorM1() { test(); } @Test public void Generalization() { test(); } @@ -146,6 +147,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void Matching2() { test(); } @Test public void Matching4() { test(); } @Test public void Matching5() { test(); } + @Test public void Matching6() { test(); } @Test public void MatchingWithMissingParameter() { test(); } @Test public void MatchingWithoutTypeAnnotations() { test(); } @Test public void MaximumBy() { test(); } @@ -186,6 +188,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void Random1() { test(); } @Test public void RangeSyntax() { test(); } @Test public void Record1() { test(); } + @Test public void Record2() { test(); } @Test public void RecordShorthand() { test(); } @Test public void RecursiveContext() { test(); } @Test public void RecursiveValues2() { test(); } @@ -200,7 +203,6 @@ public class ModuleRegressionTests extends TestBase { @Test public void Sections() { test(); } @Test public void Select1() { test(); } @Test public void Select2() { test(); } - @Test public void Select3() { test(); } @Test public void Select4() { test(); } @Test public void Select5() { test(); } @Test public void Select6() { test(); }