From 81e4f3091abe4a48ce5fa8b411e2720f501ab00b Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Mon, 18 Oct 2021 09:05:51 +0200 Subject: [PATCH] [minor] unmute suppress test on FIR - suppression works properly now --- .../codegen/box/ir/suppressConflictingSignatureErrors.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/codegen/box/ir/suppressConflictingSignatureErrors.kt b/compiler/testData/codegen/box/ir/suppressConflictingSignatureErrors.kt index 323dfc09ec9..ee1701366ba 100644 --- a/compiler/testData/codegen/box/ir/suppressConflictingSignatureErrors.kt +++ b/compiler/testData/codegen/box/ir/suppressConflictingSignatureErrors.kt @@ -1,7 +1,6 @@ // This test checks that suppressing conflicting signature / accidental override errors works. // This is used in libraries for binary-compatible migration, as well as in some cases in multiplatform projects. // TARGET_BACKEND: JVM -// IGNORE_BACKEND_FIR: JVM_IR // FILE: box.kt open class B {