[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
+13
-1
@@ -12,7 +12,7 @@ fun box() {
|
||||
} while (--x > 0)
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:4 box
|
||||
// test.kt:5 box
|
||||
// test.kt:6 box
|
||||
@@ -23,3 +23,15 @@ fun box() {
|
||||
// test.kt:11 box
|
||||
// test.kt:12 box
|
||||
// test.kt:13 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:4 box
|
||||
// test.kt:5 box
|
||||
// test.kt:5 box
|
||||
// test.kt:5 box
|
||||
// test.kt:5 box
|
||||
// test.kt:9 box
|
||||
// test.kt:12 box
|
||||
// test.kt:12 box
|
||||
// test.kt:12 box
|
||||
// test.kt:12 box
|
||||
|
||||
Reference in New Issue
Block a user