]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java
(refs #7250) CHR rules modularization (first working version)
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ActiveTests.java
index f9533efeee64222052a7e27ecc8a6c318d66a8f3..fe18da61d1fdc215fe3c7a5f342cf96a47eaed96 100644 (file)
@@ -1,8 +1,5 @@
 package org.simantics.scl.compiler.tests;
 
-import org.junit.Ignore;
-import org.junit.Test;
-
 public class ActiveTests extends TestBase {
     
     public ActiveTests() { super("scl"); }
@@ -19,6 +16,6 @@ public class ActiveTests extends TestBase {
     @Test public void TypeClassBug2() { test(); }
   */  
     
-    //@Test public void CityoptSetup() { test(); }
-    @Test public void EmptyLet() { test(); }
+    //@Test public void Bug6989() { test(); }
+
 }