commit | d78f7bde6ae8d2d8f25c215236809bf32ba55b87 | [log] [tgz] |
---|---|---|
author | Anton Bannykh <Anton.Bannykh@jetbrains.com> | Thu Aug 10 13:25:43 2023 +0200 |
committer | teamcity <teamcity@ip-10-128-210-238.eu-west-1.compute.internal> | Thu Aug 10 22:37:16 2023 +0000 |
tree | 56dd0eea344bab2f944b33653fee095e930b5c8b | |
parent | 7f5bc9411714e0b04de62155fd2f0b638839f337 [diff] |
[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
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 d11e7bb..3ec506a 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 @@ sourceMap = true metaInfo = true forceDeprecatedLegacyCompilerUsage = true + languageVersion = "1.9" } protected open val scopeExpansionMode = CompileScopeExpansionMode.NEVER