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,5 +1,5 @@
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND_K2: JVM_IR
// FILE: test.kt
fun box(): String {
@@ -16,7 +16,11 @@ fun box(): String {
// EXPECTATIONS JVM_IR
// test.kt:9 box
// EXPECTATIONS ClassicFrontend JVM_IR
// test.kt:7 box
// EXPECTATIONS FIR JVM_IR
// test.kt:6 box
// EXPECTATIONS JVM_IR
// test.kt:12 box
// test.kt:14 box