From d78f7bde6ae8d2d8f25c215236809bf32ba55b87 Mon Sep 17 00:00:00 2001 From: Anton Bannykh Date: Thu, 10 Aug 2023 13:25:43 +0200 Subject: [PATCH] [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 --- .../incremental/AbstractIncrementalJsCompilerRunnerTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/incremental-compilation-impl/test/org/jetbrains/kotlin/incremental/AbstractIncrementalJsCompilerRunnerTest.kt b/compiler/incremental-compilation-impl/test/org/jetbrains/kotlin/incremental/AbstractIncrementalJsCompilerRunnerTest.kt index d11e7bbcc7a..3ec506ace70 100644 --- a/compiler/incremental-compilation-impl/test/org/jetbrains/kotlin/incremental/AbstractIncrementalJsCompilerRunnerTest.kt +++ b/compiler/incremental-compilation-impl/test/org/jetbrains/kotlin/incremental/AbstractIncrementalJsCompilerRunnerTest.kt @@ -44,6 +44,7 @@ abstract class AbstractIncrementalJsCompilerRunnerTest : AbstractIncrementalComp sourceMap = true metaInfo = true forceDeprecatedLegacyCompilerUsage = true + languageVersion = "1.9" } protected open val scopeExpansionMode = CompileScopeExpansionMode.NEVER