X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Ftests%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FFutureTests.java;fp=bundles%2Forg.simantics.scl.compiler%2Ftests%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FFutureTests.java;h=0000000000000000000000000000000000000000;hb=9a175feb652b2b7bba7afa540831b9076be3c10e;hp=5b37fc58cff0e6153491f869d6ecaa2c0bb6b600;hpb=0b72d3e4ec886838314ffeba0fa201e32c0aae3e;p=simantics%2Fplatform.git 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 index 5b37fc58c..000000000 --- a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/FutureTests.java +++ /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(); } - -}