diff --git a/compiler/testData/codegen/box/coroutines/jvmStaticAndJvmInline.kt b/compiler/testData/codegen/box/coroutines/jvmStaticAndJvmInline.kt index f369683f6298f..1889b8a0319dd 100644 --- a/compiler/testData/codegen/box/coroutines/jvmStaticAndJvmInline.kt +++ b/compiler/testData/codegen/box/coroutines/jvmStaticAndJvmInline.kt @@ -1,10 +1,6 @@ // TARGET_BACKEND: JVM // WITH_RUNTIME // WITH_COROUTINES - -// This test passes for JVM_IR in master, but fails in 1.5.0 and 1.5.20 for some reason, probably because depends on some other changes which were not cherry-picked. -// IGNORE_BACKEND: JVM_IR - import helpers.* import kotlin.coroutines.* import kotlin.coroutines.intrinsics.*