[K/N][Tests] Migrate test forwardDeclarationsCast.kt
^KT-61259
This commit is contained in:
committed by
Space Team
parent
2f3705f0eb
commit
e958e57c42
@@ -1094,16 +1094,6 @@ createInterop("workerSignals") {
|
||||
}
|
||||
|
||||
if (PlatformInfo.isAppleTarget(project)) {
|
||||
createInterop("forwardDeclarationsCastA") {
|
||||
it.defFile "interop/forwardDeclarationsCast/a.def"
|
||||
}
|
||||
|
||||
createInterop("forwardDeclarationsCastB") {
|
||||
it.defFile "interop/forwardDeclarationsCast/b.def"
|
||||
it.headers "$projectDir/interop/forwardDeclarationsCast/b.h"
|
||||
it.extraOpts "-Xcompile-source", "$projectDir/interop/forwardDeclarationsCast/b.m"
|
||||
}
|
||||
|
||||
createInterop("objcSmoke") {
|
||||
it.defFile 'interop/objc/objcSmoke.def'
|
||||
it.headers "$projectDir/interop/objc/smoke.h"
|
||||
@@ -1275,14 +1265,6 @@ interopTest("interop_withSpaces") {
|
||||
}
|
||||
}
|
||||
|
||||
interopTestBase("interop_forwardDeclarationsCast", false, true) {
|
||||
enabled = PlatformInfo.isAppleTarget(project)
|
||||
interop = 'forwardDeclarationsCastA'
|
||||
interop2 = 'forwardDeclarationsCastB'
|
||||
lib = 'interop/forwardDeclarationsCast/lib.kt'
|
||||
source = 'interop/forwardDeclarationsCast/main.kt'
|
||||
}
|
||||
|
||||
dynamicTest("interop_kt43502") {
|
||||
interop = "kt43502"
|
||||
source = "interop/kt43502/main.kt"
|
||||
|
||||
Reference in New Issue
Block a user