]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java
Merge branch 'feature/funcwrite'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ActiveTests.java
index 7a4f8cda2ac62e860b7e5f056bfc0b890c9f4c27..82193b4813df7c3f060cdf460f85ed31c67384b7 100644 (file)
@@ -1,7 +1,5 @@
 package org.simantics.scl.compiler.tests;
 
-import org.junit.Test;
-
 public class ActiveTests extends TestBase {
     
     public ActiveTests() { super("scl"); }
@@ -18,5 +16,6 @@ public class ActiveTests extends TestBase {
     @Test public void TypeClassBug2() { test(); }
   */  
     
-    //@Test public void CityoptSetup() { test(); }
+    //@Test public void Bug6989() { test(); }
+    
 }