[JS] set LV=1.9 in a K1 IC test

This commit is contained in:
Anton Bannykh
2023-08-16 18:13:50 +02:00
committed by teamcity
parent 0a2348e595
commit c09fa093fc
2 changed files with 2 additions and 0 deletions
@@ -15,6 +15,7 @@ abstract class AbstractIncrementalK1JsKlibCompilerRunnerTest : AbstractIncrement
irProduceKlibDir = false
irProduceKlibFile = true
irOnly = true
languageVersion = "1.9"
}
override val buildLogFinder: BuildLogFinder
@@ -25,6 +25,7 @@ abstract class AbstractIncrementalK1JsKlibMultiModuleCompilerRunnerTest :
irProduceKlibDir = false
irProduceKlibFile = true
irOnly = true
languageVersion = "1.9"
}
override val buildLogFinder: BuildLogFinder