[FIR] Cleanup IC provider creation in FirSessionFactory

This commit is contained in:
Dmitriy Novozhilov
2021-05-19 16:28:56 +03:00
committed by TeamCityServer
parent 6d38a236c1
commit 6e4cc49f1d
5 changed files with 15 additions and 13 deletions
@@ -52,8 +52,8 @@ fun createSessionForTests(
sourceScope,
librariesScope,
lookupTracker = null,
providerAndScopeForIncrementalCompilation = null,
getPackagePartProvider,
getProviderAndScopeForIncrementalCompilation = { null },
dependenciesConfigurator = {
friendDependencies(friendsPaths)
}