[K/N][Tests] Check lazy headers in K1's ObjCExportTest

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-01-29 14:01:22 +01:00
committed by Space Team
parent 025771460c
commit fc6fc8d122
6 changed files with 28 additions and 8 deletions
@@ -10,7 +10,6 @@ import org.jetbrains.kotlin.*
import java.io.ByteArrayOutputStream
import java.io.File
import java.util.logging.Logger
import kotlin.time.Duration
private fun defaultDeviceId(target: KonanTarget) = when (target.family) {
Family.TVOS -> "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K"
@@ -163,4 +162,4 @@ class XcodeSimulatorExecutor(
this.environment.putAll(env)
})
}
}
}