]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/TestActive.java
Merged changes from feature/scl to master.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / TestActive.java
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/TestActive.java b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/TestActive.java
deleted file mode 100644 (file)
index 8a22ba9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package org.simantics.scl.compiler.tests;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-import org.junit.runners.Suite.SuiteClasses;
-
-@RunWith(Suite.class)
-@SuiteClasses({
-    ActiveTests.class
-})
-public class TestActive {
-}