commit | 37a592b0b33f860198d0a78d8eed2cce8675a6be | [log] [tgz] |
---|---|---|
author | Timofey Solonin <timofey.solonin@jetbrains.com> | Fri Jul 12 16:37:53 2024 +0200 |
committer | Timofey Solonin <timofey.solonin@jetbrains.com> | Fri Jul 12 16:37:53 2024 +0200 |
tree | 306dc7a655eac04d5ec3386569047b133fef8a26 | |
parent | f847c42462e260a3002fcc368e601f6f5531282e [diff] |
fixup! Workaround _Float16 issue
diff --git a/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/InteropTestsBase.kt b/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/InteropTestsBase.kt index 3a87b09..c781c61 100644 --- a/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/InteropTestsBase.kt +++ b/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/InteropTestsBase.kt
@@ -55,7 +55,8 @@ tool, DefFile(defFile, tool.substitutions), cinteropArguments, - imports + imports, + emptyList() ) }