]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/FutureTests.java
migrated to svn revision 33108
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / FutureTests.java
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/FutureTests.java b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/FutureTests.java
deleted file mode 100644 (file)
index 5b37fc5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.simantics.scl.compiler.tests;
-
-import org.junit.Test;
-
-public class FutureTests extends TestBase {
-    
-    public FutureTests() { super("scl"); }
-    
-    @Test public void BigInstances() { test(); }    
-    @Test public void Matching3() { test(); }
-    @Test public void Seq() { test(); }
-    
-}