X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FActiveTests.java;fp=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FActiveTests.java;h=7a4f8cda2ac62e860b7e5f056bfc0b890c9f4c27;hp=f9533efeee64222052a7e27ecc8a6c318d66a8f3;hb=a8758de5bc19e5adb3f618d3038743a164f09912;hpb=12d9af17384d960b75d58c3935d2b7b46d93e87b diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java index f9533efee..7a4f8cda2 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java @@ -1,6 +1,5 @@ package org.simantics.scl.compiler.tests; -import org.junit.Ignore; import org.junit.Test; public class ActiveTests extends TestBase { @@ -20,5 +19,4 @@ public class ActiveTests extends TestBase { */ //@Test public void CityoptSetup() { test(); } - @Test public void EmptyLet() { test(); } }