Add necessary optIn arguments to FIR full pipeline tests
This commit is contained in:
committed by
TeamCityServer
parent
11459aced6
commit
ad20d78a63
+6
@@ -16,6 +16,12 @@ class FullPipelineModularizedTest : AbstractFullPipelineModularizedTest() {
|
|||||||
args.useIR = true
|
args.useIR = true
|
||||||
args.apiVersion = LANGUAGE_VERSION
|
args.apiVersion = LANGUAGE_VERSION
|
||||||
args.jvmDefault = "compatibility"
|
args.jvmDefault = "compatibility"
|
||||||
|
args.optIn = arrayOf(
|
||||||
|
"kotlin.RequiresOptIn",
|
||||||
|
"kotlin.contracts.ExperimentalContracts",
|
||||||
|
"kotlin.io.path.ExperimentalPathApi",
|
||||||
|
"org.jetbrains.kotlin.ir.ObsoleteDescriptorBasedAPI"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun testTotalKotlin() {
|
fun testTotalKotlin() {
|
||||||
|
|||||||
Reference in New Issue
Block a user