Tests: remove stepping tests on old JVM backend
This commit is contained in:
committed by
Space Team
parent
f39c72360d
commit
5e330acd28
@@ -28,23 +28,17 @@ inline fun Int.rid(): Int = this
|
||||
|
||||
fun nop() {}
|
||||
|
||||
// JVM_IR generates an additional line number for the end of the condition, which is necessary for the correct "step over" behavior.
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:4 box
|
||||
// test.kt:20 value
|
||||
// test.kt:4 box
|
||||
// test.kt:5 box
|
||||
// test.kt:6 box
|
||||
// test.kt:21 box
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:6 box
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:7 box
|
||||
// test.kt:22 box
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:7 box
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:8 box
|
||||
// test.kt:23 box
|
||||
// test.kt:8 box
|
||||
@@ -59,9 +53,7 @@ fun nop() {}
|
||||
// test.kt:21 box
|
||||
// test.kt:14 box
|
||||
// test.kt:27 box
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:14 box
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:15 box
|
||||
// test.kt:22 box
|
||||
// test.kt:15 box
|
||||
|
||||
Reference in New Issue
Block a user