[K/N] Enable a missing test

This commit is contained in:
Alexander Shabalin
2021-09-23 12:13:10 +03:00
committed by Space
parent aea693e309
commit da25e1bf21
@@ -3228,8 +3228,7 @@ task codegen_escapeAnalysis_recursion(type: KonanLocalTest) {
standaloneTest("codegen_escapeAnalysis_stackAllocated") {
disabled = (cacheTesting != null) || // Cache is not compatible with -opt.
project.globalTestArgs.contains('-g') || // -g and -opt are incompatible
isExperimentalMM // TODO: Experimental MM doesn't support stack-allocated objects yet.
project.globalTestArgs.contains('-g') // -g and -opt are incompatible
flags = ['-opt', '-tr', '-opt-in=kotlin.native.internal.InternalForKotlinNative']
source = "codegen/escapeAnalysis/stackAllocated.kt"
}