From 74a97ba7305bd60a1eb7fc869375f8bbd4550ee3 Mon Sep 17 00:00:00 2001 From: Igor Chevdar Date: Tue, 6 Jun 2023 13:41:52 +0300 Subject: [PATCH] [K/N][tests] Fixed a filecheck test --- kotlin-native/backend.native/tests/filecheck/kt58654.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()