X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FModuleRegressionTests.java;fp=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FModuleRegressionTests.java;h=2321a93f6e57bc87d8d79d0ad4e696f1b72f7670;hp=23ae54a976c5563696f6144e5393c048a6a5f0d9;hb=34656219dde2130ecbeedd274ddd83c6df5699e0;hpb=e0f95bc4e0fa1797b9b97aec3b3329364ca634cf 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 23ae54a97..2321a93f6 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 @@ -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(); }