[FIR] Move createSessionForTests, createSessionForTests into FirTestSessionFactoryHelper
This commit is contained in:
committed by
Space Team
parent
1deb253bac
commit
a4ad8d59b6
+1
-1
@@ -129,7 +129,7 @@ class FirResolveModularizedTotalKotlinTest : AbstractModularizedTest() {
|
||||
val scope = GlobalSearchScope.filesScope(project, ktFiles.map { it.virtualFile })
|
||||
.uniteWith(TopDownAnalyzerFacadeForJVM.AllJavaSourcesInProjectScope(project))
|
||||
val librariesScope = ProjectScope.getLibrariesScope(project)
|
||||
val session = createSessionForTests(
|
||||
val session = FirTestSessionFactoryHelper.createSessionForTests(
|
||||
environment.toAbstractProjectEnvironment(),
|
||||
scope.toAbstractProjectFileSearchScope(),
|
||||
librariesScope.toAbstractProjectFileSearchScope(),
|
||||
|
||||
Reference in New Issue
Block a user