JVM_IR: unmute two more tests fixed by #3106

This commit is contained in:
pyos
2020-04-07 17:55:36 +02:00
committed by max-kammerer
parent b3e124ad66
commit 9334327bbf
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
// FILE: 1.kt
// IGNORE_BACKEND_MULTI_MODULE: JVM_IR
package test
inline fun inlineFun2(param: String): String {
return param
}
@@ -8,5 +8,5 @@ fun foo(i: Int = 1) {
inline fun bar(i: Int = 1) {
}
// IGNORE_BACKEND: JVM_IR
// 2 3 13 14 4 7 6 10 9 10