From 70cfd34a7b82ab4bd2381e021bde6a6e4f450dd3 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 5 Jan 2024 12:53:08 +0100 Subject: [PATCH] Tests: minor, change test mute reason to KT-64432 --- .../codegen/box/collections/removeAtIntOverrideInJava.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/collections/removeAtIntOverrideInJava.kt b/compiler/testData/codegen/box/collections/removeAtIntOverrideInJava.kt index 24271dc3802..74730eda968 100644 --- a/compiler/testData/codegen/box/collections/removeAtIntOverrideInJava.kt +++ b/compiler/testData/codegen/box/collections/removeAtIntOverrideInJava.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-63489 +// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-64432 // JVM_ABI_K1_K2_DIFF: KT-57300, KT-63857 // FILE: A.java