[AA] Tests: Improve handling of dependencyPaths
- The name wasn't specific enough. - Remove default `emptyList()` argument from `CompiledLibraryProvider` so that passing `dependencyBinaryRoots` isn't missed. (My changes didn't include it in `KtLibraryBinaryModuleFactoryBase` yet, but it was actually missed from `KtLibrarySourceModuleFactory` even in the original commit.) ^KT-65960 ^KT-64994
This commit is contained in:
committed by
Space Team
parent
5663521a36
commit
3f04604187
+1
-1
@@ -68,7 +68,7 @@ private object KtOutOfContentRootModuleFactory : KtModuleFactory {
|
||||
override fun createModule(
|
||||
testModule: TestModule,
|
||||
contextModule: KtTestModule?,
|
||||
dependencyPaths: Collection<Path>,
|
||||
dependencyBinaryRoots: Collection<Path>,
|
||||
testServices: TestServices,
|
||||
project: Project,
|
||||
): KtTestModule {
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ private object KtStdlibSourceModuleFactory : KtModuleFactory {
|
||||
override fun createModule(
|
||||
testModule: TestModule,
|
||||
contextModule: KtTestModule?,
|
||||
dependencyPaths: Collection<Path>,
|
||||
dependencyBinaryRoots: Collection<Path>,
|
||||
testServices: TestServices,
|
||||
project: Project,
|
||||
): KtTestModule {
|
||||
|
||||
Reference in New Issue
Block a user