]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java
Merged changes from feature/scl to master.
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ActiveTests.java
index f9533efeee64222052a7e27ecc8a6c318d66a8f3..7a4f8cda2ac62e860b7e5f056bfc0b890c9f4c27 100644 (file)
@@ -1,6 +1,5 @@
 package org.simantics.scl.compiler.tests;
 
-import org.junit.Ignore;
 import org.junit.Test;
 
 public class ActiveTests extends TestBase {
@@ -20,5 +19,4 @@ public class ActiveTests extends TestBase {
   */  
     
     //@Test public void CityoptSetup() { test(); }
-    @Test public void EmptyLet() { test(); }
 }