diff --git a/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument.kt b/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument.kt index 2db89ebcc68..e8cb5ec713c 100644 --- a/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument.kt +++ b/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument.kt @@ -2,7 +2,6 @@ // WITH_RUNTIME // WITH_COROUTINES // IGNORE_BACKEND: JVM, NATIVE -// IGNORE_BACKEND_FIR: JVM_IR // IGNORE_LIGHT_ANALYSIS // `lambda` should not be wrapped in yet another object (so no OnInlineArgumentKt$box$1$1).