Tests: remove LVT tests on old JVM backend
This commit is contained in:
committed by
Space Team
parent
5e330acd28
commit
0c77fa1fa4
+1
-5
@@ -17,15 +17,11 @@ fun box(): String {
|
||||
return o + k
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:6 box:
|
||||
// test.kt:15 box: p:kotlin.Pair=kotlin.Pair
|
||||
// test.kt:10 box: p:kotlin.Pair=kotlin.Pair
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:12 box: p:kotlin.Pair=kotlin.Pair
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:12 box: p:kotlin.Pair=kotlin.Pair, o:java.lang.String="O":java.lang.String
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:17 box: p:kotlin.Pair=kotlin.Pair, o:java.lang.String="O":java.lang.String, k:java.lang.String="K":java.lang.String
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
|
||||
Reference in New Issue
Block a user