Unignore bitwise and val reassign tests
This commit is contained in:
parent
b9d3af56bb
commit
f22efaab19
@ -23,7 +23,6 @@ import kotlin.test.Test
|
||||
import kotlin.test.assertEquals
|
||||
import kotlin.test.assertFails
|
||||
|
||||
@Ignore("TODO(bytecode-only): uses fallback")
|
||||
class BitwiseTest {
|
||||
@Test
|
||||
fun bitwiseOperators_Int() = runTest {
|
||||
|
||||
@ -20,7 +20,6 @@ import net.sergeych.lyng.eval
|
||||
import kotlin.test.Ignore
|
||||
import kotlin.test.Test
|
||||
|
||||
@Ignore("TODO(bytecode-only): uses fallback")
|
||||
class ValReassignRegressionTest {
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user