[JS] set LV=1.9 for K1-specific IC tests

Otherwise they will actully run K2 after
the LV=2.0 migration.

^KT-60829 fixed
This commit is contained in:
Anton Bannykh
2023-08-10 13:25:43 +02:00
committed by teamcity
parent 7f5bc94117
commit d78f7bde6a
@@ -44,6 +44,7 @@ abstract class AbstractIncrementalJsCompilerRunnerTest : AbstractIncrementalComp
sourceMap = true
metaInfo = true
forceDeprecatedLegacyCompilerUsage = true
languageVersion = "1.9"
}
protected open val scopeExpansionMode = CompileScopeExpansionMode.NEVER