Test infra: adapt blackbox test runner to work with non-psi sources

This commit is contained in:
Ilya Chernikov
2022-02-19 20:35:29 +03:00
committed by teamcity
parent 2044754628
commit 25e9de286d
11 changed files with 78 additions and 34 deletions
@@ -134,7 +134,7 @@ object GenerationUtils {
generationState.beforeCompile()
generationState.oldBEInitTrace(files)
codegenFactory.generateModuleInFrontendIRMode(
generationState, files, moduleFragment, symbolTable, extensions, FirJvmBackendExtension(session, components),
generationState, moduleFragment, symbolTable, extensions, FirJvmBackendExtension(session, components),
) {}
generationState.factory.done()