[AA] Fix compilation facility "multi binary module" test module structure
- The module structure for these tests was set up backwards: We should keep the test module kind of the main module flexible (as it is configured by test configurators), but keep the module kinds of the binary libraries fixed. ^KT-65960 ^KT-64994
This commit is contained in:
committed by
Space Team
parent
4ea3de1760
commit
b5eccd63b1
+1
-1
@@ -48,7 +48,7 @@ import kotlin.test.assertFalse
|
||||
|
||||
abstract class AbstractMultiModuleCompilerFacilityTest : AbstractCompilerFacilityTest()
|
||||
|
||||
abstract class AbstractFirPluginPrototypeMultiBinaryModuleCompilerFacilityTest : AbstractCompilerFacilityTest() {
|
||||
abstract class AbstractFirPluginPrototypeMultiModuleCompilerFacilityTest : AbstractCompilerFacilityTest() {
|
||||
override fun extraCustomRuntimeClasspathProviders(): Array<Constructor<RuntimeClasspathProvider>> =
|
||||
arrayOf(::PluginRuntimeAnnotationsProvider)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user