Modularized tests. Enable renderInternalDiagnosticNames for K1

^KT-56075
This commit is contained in:
Simon Ogorodnik
2023-01-25 14:53:14 +01:00
committed by Space Team
parent 83ead8fb6f
commit 7c8fffbb3d
@@ -19,6 +19,7 @@ class FE1FullPipelineModularizedTest : AbstractFullPipelineModularizedTest() {
"org.jetbrains.kotlin.ir.ObsoleteDescriptorBasedAPI"
)
args.multiPlatform = true
args.renderInternalDiagnosticNames = true
args.noStdlib = true
args.noReflect = true
}