diff --git a/lynglib/src/commonTest/kotlin/ReturnStatementTest.kt b/lynglib/src/commonTest/kotlin/ReturnStatementTest.kt index b038b50..f85b6a2 100644 --- a/lynglib/src/commonTest/kotlin/ReturnStatementTest.kt +++ b/lynglib/src/commonTest/kotlin/ReturnStatementTest.kt @@ -7,7 +7,6 @@ import kotlin.test.Test import kotlin.test.assertEquals import kotlin.test.assertFailsWith -@Ignore("TODO(bytecode-only): uses fallback") class ReturnStatementTest { @Test diff --git a/lynglib/src/commonTest/kotlin/ScopeCycleRegressionTest.kt b/lynglib/src/commonTest/kotlin/ScopeCycleRegressionTest.kt index 1a5f10a..0934fa2 100644 --- a/lynglib/src/commonTest/kotlin/ScopeCycleRegressionTest.kt +++ b/lynglib/src/commonTest/kotlin/ScopeCycleRegressionTest.kt @@ -7,7 +7,6 @@ import net.sergeych.lyng.eval import kotlin.test.Ignore import kotlin.test.Test -@Ignore("TODO(bytecode-only): uses fallback") class ScopeCycleRegressionTest { @Test fun instanceMethodCallDoesNotCycle() = runTest {