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