Unignore return and scope cycle tests
This commit is contained in:
parent
f22efaab19
commit
297810154f
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user