]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "(refs #7508) Edo and modified mdo under edo feature"
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Wed, 11 Oct 2017 06:14:46 +0000 (09:14 +0300)
committerGerrit Code Review <gerrit2@www.simantics.org>
Wed, 11 Oct 2017 06:14:46 +0000 (09:14 +0300)
1  2 
tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java

index 23ae54a976c5563696f6144e5393c048a6a5f0d9,f67b7c8b59fee99cb705a504ad3dcdd57cc44c93..2321a93f6e57bc87d8d79d0ad4e696f1b72f7670
@@@ -46,7 -46,6 +46,7 @@@ public class ModuleRegressionTests exte
      @Test public void ConjunctionMacro() { test(); }
      @Test public void Constant() { test(); }
      @Test public void ConstructorNameClash() { test(); }
 +    @Test public void DeconstructEnum() { test(); }
      @Test public void DefaultMethods1() { test(); }
      @Test public void Deriving3() { test(); }
      @Test public void Deriving4() { test(); }
      @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(); }