]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/FutureTests.java
Added missing parts from SVN org.simantics.root project.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / FutureTests.java
1 package org.simantics.scl.compiler.tests;
2
3 import org.junit.Test;
4
5 public class FutureTests extends TestBase {
6     
7     public FutureTests() { super("scl"); }
8     
9     @Test public void BigInstances() { test(); }    
10     @Test public void Matching3() { test(); }
11     @Test public void Seq() { test(); }
12     
13 }