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(); } }