X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Ftests%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FUnimplementedTests.java;h=612a3ab1e82da58ef28b4294e333e434b75d76bc;hb=6ceab2d9498554c1b825ab6ae76bef520bb05789;hp=898a9b1a811a9bf1ad38a20b3deaaeee90f81814;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git 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(); }