Split combined test into two to avoid flaky behaviour
Prevent simultaneous access to the library directory
This commit is contained in:
+2
@@ -714,7 +714,9 @@ class CompileKotlinAgainstCustomBinariesTest : AbstractKotlinCompilerIntegration
|
||||
listOf(library),
|
||||
K2MetadataCompiler(),
|
||||
)
|
||||
}
|
||||
|
||||
fun testAnonymousObjectTypeMetadataKlib() {
|
||||
val klibLibrary = compileCommonLibrary(
|
||||
libraryName = "library",
|
||||
listOf("-Xexpect-actual-linker"),
|
||||
|
||||
Reference in New Issue
Block a user