]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
(refs #7571) Fixed incorrect handling of effects in edo
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ModuleRegressionTests.java
index 0e06e61e3ef57d4704abbbfa8803829c1e4df22d..6e11e24a416dbd00e3ecc33e0e6ed24c8e3ba201 100644 (file)
@@ -185,6 +185,7 @@ public class ModuleRegressionTests extends TestBase {
     @Test public void MonadSyntax3() { test(); }    
     @Test public void MonadSyntax4() { test(); }
     @Test public void MonadSyntax5() { test(); }
+    @Test public void MonadSyntax6() { test(); }
     @Test public void NoDefinitionErrorMessage() { test(); }
     @Test public void NoInstance() { test(); }
     @Test public void NoInstance2() { test(); }