[K/Wasm] Introduce stepping tests for Wasm
This commit is contained in:
+5
-4
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// FILE: test.kt
|
||||
|
||||
fun box() {
|
||||
@@ -6,10 +7,10 @@ fun box() {
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:5 box
|
||||
// test.kt:4 box
|
||||
// test.kt:6 box
|
||||
// test.kt:5 box
|
||||
// test.kt:7 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:5 box
|
||||
// test.kt:6 box
|
||||
// test.kt:6 box
|
||||
// test.kt:7 box
|
||||
Reference in New Issue
Block a user