minor: restoring proper functioning of non-LT tests
This commit is contained in:
committed by
Space Team
parent
7e0f69b8de
commit
dcbcc8b684
+1
-1
@@ -20,7 +20,7 @@ abstract class AbstractIncrementalK2JvmJpsTest(
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun updateCommandLineArguments(arguments: CommonCompilerArguments) {
|
override fun updateCommandLineArguments(arguments: CommonCompilerArguments) {
|
||||||
additionalCommandLineArguments = additionalCommandLineArguments + listOf("-Xuse-k2")
|
additionalCommandLineArguments = additionalCommandLineArguments + listOf("-Xuse-k2", "-Xuse-fir-lt=false")
|
||||||
super.updateCommandLineArguments(arguments)
|
super.updateCommandLineArguments(arguments)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user