From 435b522cc56964a05110f551702f849a9666e0b9 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Wed, 23 Jun 2021 10:40:35 +0200 Subject: [PATCH] Minor. Unmute test --- .../codegen/box/coroutines/suspendConversion/onInlineArgument.kt | 1 - 1 file changed, 1 deletion(-) 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).