[K/N][Tests] Migrate test signext_zeroext_objc_export.kt

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-02-07 11:50:04 +01:00
committed by Space Team
parent f3d3ae8416
commit 7cb372e66f
5 changed files with 112 additions and 67 deletions
@@ -2016,12 +2016,6 @@ Task fileCheckTest(String name, Closure<FileCheckTest> configureClosure) {
}
}
fileCheckTest("filecheck_signext_zeroext_objc_export") {
annotatedSource = project.file('filecheck/signext_zeroext_objc_export.kt')
generateFramework = true
enabled = target.family.appleFamily
}
dependencies {
nopPluginApi kotlinCompilerModule
nopPluginApi project(":native:kotlin-native-utils")