diff --git a/kotlin-native/backend.native/tests/filecheck/kt58654.kt b/kotlin-native/backend.native/tests/filecheck/kt58654.kt index 3b5b64a91a7..d30edda6490 100644 --- a/kotlin-native/backend.native/tests/filecheck/kt58654.kt +++ b/kotlin-native/backend.native/tests/filecheck/kt58654.kt @@ -19,7 +19,7 @@ inline fun bar(x: T?, f: Boolean): Any { } } -// CHECK-LABEL: define i64 @"kfun:#callBar(kotlin.Boolean){}kotlin.ULong"(i1 zeroext %0) +// CHECK-LABEL: define i64 @"kfun:#callBar(kotlin.Boolean){}kotlin.ULong fun callBar(f: Boolean): ULong { // CHECK: @LONG_CACHE val data: Map = mapOf()