Skip to content

Commit 4fc42d7

Browse files
mcpiromanSpace Team
authored andcommitted
[Tests] Remove redundant FIR directives in stepping tests of JS and Wasm
1 parent e02eaf7 commit 4fc42d7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

compiler/testData/debug/stepping/annotatedLocalVariable.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fun box() {
2626
// test.kt:17 box
2727
// test.kt:18 box
2828

29-
// EXPECTATIONS JS_IR FIR
29+
// EXPECTATIONS JS_IR
3030
// test.kt:8 box
3131
// test.kt:11 box
3232
// test.kt:13 box
@@ -35,7 +35,7 @@ fun box() {
3535
// test.kt:17 box
3636
// test.kt:18 box
3737

38-
// EXPECTATIONS WASM FIR
38+
// EXPECTATIONS WASM
3939
// test.kt:8 $box (17)
4040
// test.kt:11 $box (13)
4141
// test.kt:13 $box (8)

compiler/testData/debug/stepping/dataClass.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fun box() {
6161
// test.kt:25 box
6262
// test.kt:26 box
6363

64-
// EXPECTATIONS FIR JS_IR
64+
// EXPECTATIONS JS_IR
6565
// test.kt:14 box
6666
// test.kt:4 <init>
6767
// test.kt:4 <init>

compiler/testData/debug/stepping/if.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inline fun getB(): Int {
2525
// test.kt:15 box
2626
// test.kt:9 box
2727

28-
// EXPECTATIONS FIR JS_IR
28+
// EXPECTATIONS JS_IR
2929
// test.kt:6 box
3030
// test.kt:12 getA
3131
// test.kt:9 box

compiler/testData/debug/stepping/kt63267_smartCastOnExtensionReceiver.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fun box() {
5959
// test.kt:12 f
6060
// test.kt:21 box
6161

62-
// EXPECTATIONS WASM FIR
62+
// EXPECTATIONS WASM
6363
// test.kt:18 $box (9)
6464
// test.kt:15 $C.<init> (1)
6565
// test.kt:18 $box (9, 4)

0 commit comments

Comments
 (0)