]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/ActiveTests.java
Remove unused import in DeleteHandler
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / ActiveTests.java
index 0b7b52e2938a58cd0926ad8b1c0a50bab5151d17..f9533efeee64222052a7e27ecc8a6c318d66a8f3 100644 (file)
@@ -6,7 +6,7 @@ import org.junit.Test;
 public class ActiveTests extends TestBase {
     
     public ActiveTests() { super("scl"); }
-
+/*
     @Test public void Equations1() { test(); }
     @Test public void MarketModel2() { test(); }
     @Test public void Overloading2() { test(); }
@@ -17,5 +17,8 @@ public class ActiveTests extends TestBase {
     @Ignore
     @Test public void TypeClass2() { test(); }
     @Test public void TypeClassBug2() { test(); }
+  */  
     
+    //@Test public void CityoptSetup() { test(); }
+    @Test public void EmptyLet() { test(); }
 }