]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/FutureTests.java
Migrated source code from Simantics SVN
[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
new file mode 100644 (file)
index 0000000..5b37fc5
--- /dev/null
@@ -0,0 +1,13 @@
+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(); }
+    
+}