]> 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 de215c0920cb48d62db9615ab43e9636a3a119b0..fe18da61d1fdc215fe3c7a5f342cf96a47eaed96 100644 (file)
@@ -1,7 +1,5 @@
 package org.simantics.scl.compiler.tests;
 
 package org.simantics.scl.compiler.tests;
 
-import org.junit.Test;
-
 public class ActiveTests extends TestBase {
     
     public ActiveTests() { super("scl"); }
 public class ActiveTests extends TestBase {
     
     public ActiveTests() { super("scl"); }
@@ -20,6 +18,4 @@ public class ActiveTests extends TestBase {
     
     //@Test public void Bug6989() { test(); }
 
     
     //@Test public void Bug6989() { test(); }
 
-    @Test public void CHR5() { test(); }
-    
 }
 }