From 297810154f2d11eb3c7e8e1f2c8a3490cc5e2eaa Mon Sep 17 00:00:00 2001 From: sergeych Date: Wed, 28 Jan 2026 23:05:33 +0300 Subject: [PATCH] Unignore return and scope cycle tests --- lynglib/src/commonTest/kotlin/ReturnStatementTest.kt | 1 - lynglib/src/commonTest/kotlin/ScopeCycleRegressionTest.kt | 1 - 2 files changed, 2 deletions(-) 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 {