Tests: remove stepping tests on old JVM backend
This commit is contained in:
committed by
Space Team
parent
f39c72360d
commit
5e330acd28
+5
-5
@@ -1,12 +1,12 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
// FILE: test.kt
|
||||
class A {
|
||||
val a = 1
|
||||
fun bar() = 2
|
||||
fun foo() {
|
||||
3
|
||||
//Breakpoint! from the Evaluate Expression test suite.
|
||||
|
||||
.toString()
|
||||
}
|
||||
}
|
||||
@@ -15,12 +15,12 @@ fun box() {
|
||||
A().foo()
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:15 box
|
||||
// test.kt:4 <init>
|
||||
// test.kt:5 <init>
|
||||
// test.kt:4 <init>
|
||||
// test.kt:15 box
|
||||
// test.kt:8 foo
|
||||
// test.kt:10 foo
|
||||
// test.kt:11 foo
|
||||
// test.kt:16 box
|
||||
@@ -31,4 +31,4 @@ fun box() {
|
||||
// test.kt:4 <init>
|
||||
// test.kt:15 box
|
||||
// test.kt:11 foo
|
||||
// test.kt:16 box
|
||||
// test.kt:16 box
|
||||
|
||||
Reference in New Issue
Block a user