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.assertEquals
|
||||||
import kotlin.test.assertFailsWith
|
import kotlin.test.assertFailsWith
|
||||||
|
|
||||||
@Ignore("TODO(bytecode-only): uses fallback")
|
|
||||||
class ReturnStatementTest {
|
class ReturnStatementTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
@ -7,7 +7,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 ScopeCycleRegressionTest {
|
class ScopeCycleRegressionTest {
|
||||||
@Test
|
@Test
|
||||||
fun instanceMethodCallDoesNotCycle() = runTest {
|
fun instanceMethodCallDoesNotCycle() = runTest {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user