Add test to native ignore list due to the KT-44571

This commit is contained in:
Pavel Punegov
2021-04-07 16:53:18 +03:00
committed by Space
parent 0f5edaa02f
commit d07c990fc2
@@ -435,7 +435,8 @@ fun runTest() {
"compiler/testData/codegen/box/multiplatform/multiModule/expectActualMemberLink.kt", // KT-33091
"compiler/testData/codegen/box/multiplatform/multiModule/expectActualLink.kt", // KT-41901
"compiler/testData/codegen/box/coroutines/multiModule/", // KT-40121
"compiler/testData/codegen/box/compileKotlinAgainstKotlin/clashingFakeOverrideSignatures.kt" // KT-42020
"compiler/testData/codegen/box/compileKotlinAgainstKotlin/clashingFakeOverrideSignatures.kt", // KT-42020
"compiler/testData/codegen/boxInline/complex/kt44429.kt" // KT-44571
]
boolean isEnabledForNativeBackend(String fileName) {