Unignore types and scope pooling tests

This commit is contained in:
Sergey Chernov 2026-01-28 23:06:53 +03:00
parent 297810154f
commit 5d5453d994
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
@Ignore("TODO(bytecode-only): uses fallback")
class ScopePoolingRegressionTest {
@Test

View File

@ -20,7 +20,6 @@ import net.sergeych.lyng.eval
import kotlin.test.Ignore
import kotlin.test.Test
@Ignore("TODO(bytecode-only): uses fallback")
class TypesTest {
@Test