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:
committed by
Space Team
parent
c62f8c886b
commit
c885932a04
@@ -1,5 +1,5 @@
|
||||
// WITH_STDLIB
|
||||
// IGNORE_BACKEND_K2: JVM_IR
|
||||
|
||||
// FILE: test.kt
|
||||
fun box() {
|
||||
val map: Map<String, String> = mapOf("1" to "23")
|
||||
@@ -22,6 +22,9 @@ fun box() {
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:5 box:
|
||||
// test.kt:15 box: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
// EXPECTATIONS FIR JVM_IR
|
||||
// test.kt:9 box: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:10 box: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
// test.kt:12 box: map:java.util.Map=java.util.Collections$SingletonMap, a:java.lang.String="1":java.lang.String
|
||||
// test.kt:18 box: map:java.util.Map=java.util.Collections$SingletonMap, a:java.lang.String="1":java.lang.String, b:java.lang.String="23":java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user