[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
@@ -8,7 +8,7 @@ fun box(): String {
|
||||
return "OK"
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:4 box
|
||||
// fake.kt:1 box
|
||||
// test.kt:4 box
|
||||
@@ -16,3 +16,9 @@ fun box(): String {
|
||||
// test.kt:6 box
|
||||
// test.kt:5 box
|
||||
// test.kt:8 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:4 box
|
||||
// test.kt:6 box
|
||||
// test.kt:8 box
|
||||
// test.kt:8 box
|
||||
|
||||
Reference in New Issue
Block a user