minor: restoring proper functioning of non-LT tests

This commit is contained in:
Ilya Chernikov
2023-01-24 11:40:23 +01:00
committed by Space Team
parent 7e0f69b8de
commit dcbcc8b684
@@ -20,7 +20,7 @@ abstract class AbstractIncrementalK2JvmJpsTest(
}
override fun updateCommandLineArguments(arguments: CommonCompilerArguments) {
additionalCommandLineArguments = additionalCommandLineArguments + listOf("-Xuse-k2")
additionalCommandLineArguments = additionalCommandLineArguments + listOf("-Xuse-k2", "-Xuse-fir-lt=false")
super.updateCommandLineArguments(arguments)
}