Follow-up KT-32929: add test dependency

This commit is contained in:
Vladimir Ivanov
2019-09-17 15:54:39 +03:00
committed by GitHub
parent 3b81f12020
commit 09b21d687e
+1
View File
@@ -3337,6 +3337,7 @@ Task interopTest(String name, Closure<KonanInteropTest> configureClosure) {
standaloneTest("interop_objc_allocException") {
dependsOnPlatformLibs(it)
disabled = !isAppleTarget(project)
expectedExitStatus = 0
source = "interop/objc/allocException.kt"