Tests: unmute debugging tests for FIR+JVM_IR

The differences between K1 and K2 are pretty unimportant in these tests.
This commit is contained in:
Alexander Udalov
2023-12-07 19:58:36 +01:00
committed by Space Team
parent c62f8c886b
commit c885932a04
8 changed files with 42 additions and 8 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
// IGNORE_BACKEND_K2: JVM_IR
// FILE: test.kt
fun box(): String {
@@ -15,7 +15,11 @@ fun box(): String {
// EXPECTATIONS JVM_IR
// test.kt:8 box:
// EXPECTATIONS ClassicFrontend JVM_IR
// test.kt:6 box:
// EXPECTATIONS FIR JVM_IR
// test.kt:5 box:
// EXPECTATIONS JVM_IR
// test.kt:11 box: o:java.lang.String="O":java.lang.String
// test.kt:13 box: o:java.lang.String="O":java.lang.String, k:java.lang.String="K":java.lang.String