]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/UnimplementedTests.java
migrated to svn revision 33108
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / UnimplementedTests.java
index 898a9b1a811a9bf1ad38a20b3deaaeee90f81814..612a3ab1e82da58ef28b4294e333e434b75d76bc 100644 (file)
@@ -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(); }