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