X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Ftests%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FUnimplementedTests.java;h=612a3ab1e82da58ef28b4294e333e434b75d76bc;hp=898a9b1a811a9bf1ad38a20b3deaaeee90f81814;hb=9a175feb652b2b7bba7afa540831b9076be3c10e;hpb=0b72d3e4ec886838314ffeba0fa201e32c0aae3e diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/UnimplementedTests.java b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/UnimplementedTests.java index 898a9b1a8..612a3ab1e 100644 --- a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/UnimplementedTests.java +++ b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/UnimplementedTests.java @@ -6,6 +6,7 @@ public class UnimplementedTests extends TestBase { public UnimplementedTests() { super("scl"); } + @Test public void BigInstances() { test(); } @Test public void BlankExpression() { test(); } @Test public void ClashingValueDefinition() { test(); } @Test public void FunctionalDependencies1() { test(); }