X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FModuleRegressionTests.java;h=91ddbc5e9742e8ac951340e6cb7df8ab96500985;hb=2148e9b3fecb3385ac71f302eea7045cf370afe2;hp=cf3aa021b44981dddb463588e46b0bc5cfeb0b46;hpb=59e011d8d6e88ddebb7300cb60109c6bd43f5de8;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 cf3aa021b..91ddbc5e9 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 @@ -20,6 +20,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void ClashingClass() { test(); } @Test public void ClashingData() { test(); } @Test public void ClashingInstance() { test(); } + @Test public void ClashingJavaImport() { test(); } @Test public void ClashingValueType() { test(); } @Test public void ClosingBrace() { test(); } @Test public void CHR1() { test(); } @@ -135,6 +136,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void List() { test(); } @Test public void ListError1() { test(); } @Test public void ListError2() { test(); } + @Test public void ListFunctions() { test(); } @Test public void ListSyntax() { test(); } @Test public void ListSyntax10() { test(); } @Test public void ListSyntax11() { test(); } @@ -179,6 +181,8 @@ public class ModuleRegressionTests extends TestBase { @Test public void MonadBug1() { test(); } @Test public void Monads1() { test(); } @Test public void MonadSyntax1() { test(); } + @Test public void MonadSyntax3() { test(); } + @Test public void MonadSyntax4() { test(); } @Test public void NoDefinitionErrorMessage() { test(); } @Test public void NoInstance() { test(); } @Test public void NoInstance2() { test(); } @@ -207,6 +211,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void RangeSyntax() { test(); } @Test public void Record1() { test(); } @Test public void Record2() { test(); } + @Test public void Record3() { test(); } @Test public void RecordShorthand() { test(); } @Test public void RecursionBug() { test(); } @Test public void RecursiveContext() { test(); }