[IR] Adjust LVT test expectations and mute accordingly
This commit is contained in:
committed by
Alexander Udalov
parent
b81139ad36
commit
c3dbb44e5f
+2
-13
@@ -1,5 +1,5 @@
|
||||
|
||||
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FILE: test.kt
|
||||
fun box(): String {
|
||||
val
|
||||
@@ -13,20 +13,9 @@ fun box(): String {
|
||||
return o + k
|
||||
}
|
||||
|
||||
// A location for the expression being evaluated, and one for the store to the LV, but:
|
||||
// JVM: location for evaluating expression, location for the assigned variable
|
||||
// JVM_IR: location for evaluating expression, location for the val keyword
|
||||
|
||||
// EXPECTATIONS
|
||||
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:8 box:
|
||||
// test.kt:6 box:
|
||||
// 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
|
||||
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:8 box:
|
||||
// test.kt:5 box:
|
||||
// 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
|
||||
Reference in New Issue
Block a user