]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/UnimplementedTests.java
(refs #7250) Merging master, minor CHR bugfixes
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / UnimplementedTests.java
index 612a3ab1e82da58ef28b4294e333e434b75d76bc..ede9d008b9d8866a84e54163bfd5b97377537fa1 100644 (file)
@@ -13,16 +13,13 @@ public class UnimplementedTests extends TestBase {
     @Test public void FunctionalDependencies2() { test(); }  
     @Test public void InlineLoop() { test(); }
     @Test public void InstanceTypeVariables() { test(); }
-    @Test public void LP() { test(); }
     @Test public void Macros3() { test(); }
     @Test public void MissingTypeParameter() { test(); }
     @Test(timeout=100L) public void RecursiveValues() { test(); }
     
     @Test public void Set1() { test(); }
     @Test public void Signals() { test(); }
-    @Test public void SpecConstr1() { test(); }  
     @Test public void StackTrace() { test(); }
-    @Test public void StringInterpolation2() { test(); }
     @Test public void Timing() { test(); }
     
 }