diff --git a/backend.native/tests/interop/objc/smoke.kt b/backend.native/tests/interop/objc/smoke.kt index 6effc24674d..5255b144b35 100644 --- a/backend.native/tests/interop/objc/smoke.kt +++ b/backend.native/tests/interop/objc/smoke.kt @@ -46,7 +46,7 @@ fun run() { // hashCode (directly): if (foo.hashCode() == foo.hash().toInt()) { // toString (virtually): - println(map.keys.map { it.toString() }.min() == foo.description()) + println(listOf(foo, pair).map { it.toString() }.min() == foo.description()) } println(globalString)