Unignore bitwise and val reassign tests

This commit is contained in:
Sergey Chernov 2026-01-28 23:03:53 +03:00
parent b9d3af56bb
commit f22efaab19
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ import kotlin.test.Test
import kotlin.test.assertEquals import kotlin.test.assertEquals
import kotlin.test.assertFails import kotlin.test.assertFails
@Ignore("TODO(bytecode-only): uses fallback")
class BitwiseTest { class BitwiseTest {
@Test @Test
fun bitwiseOperators_Int() = runTest { fun bitwiseOperators_Int() = runTest {

View File

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