From 6cff71e7d1eaf263f43c329e9751e8b0f2841115 Mon Sep 17 00:00:00 2001 From: Vladimir Sukharev Date: Tue, 21 Nov 2023 22:28:11 +0100 Subject: [PATCH] [K/N] Add objc-related clang options to cinterop executable tests ^KT-63287 --- .../konan/test/blackbox/AbstractNativeCInteropExecutableTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeCInteropExecutableTest.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeCInteropExecutableTest.kt index e24aab7b9dd..231959e54a4 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeCInteropExecutableTest.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeCInteropExecutableTest.kt @@ -34,6 +34,7 @@ abstract class AbstractNativeCInteropExecutableTest : AbstractNativeSimpleTest() listOf( "-compiler-option", "-I$testDataDir", "-Xcompile-source", mFile.absolutePath, + "-Xsource-compiler-option", "-fobjc-arc", "-Xsource-compiler-option", "-DNS_FORMAT_ARGUMENT(A)=", ) )