From 0033c9c23acbbc3587421f55afa3ae7c6ccc12a7 Mon Sep 17 00:00:00 2001 From: Abduqodiri Qurbonzoda Date: Fri, 9 Feb 2024 15:06:22 +0200 Subject: [PATCH] Unmute unsafeAssignmentExtra test #KT-65218 As the result of the latest changes to stdlib, the muted test succeeds. Thus "java.lang.AssertionError: Test contains MUTE_LL_FIR directive but no errors was reported. Please remove directive". It was decided to unmute the test for now until the compiler team fixes the issue. See KT-65218 --- .../builderInference/unsafeAssignmentExtra.fir.kt | 1 - .../testsWithStdLib/builderInference/unsafeAssignmentExtra.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignmentExtra.fir.kt b/compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignmentExtra.fir.kt index 711e8f39e74..9752dd56719 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignmentExtra.fir.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignmentExtra.fir.kt @@ -1,4 +1,3 @@ -// MUTE_LL_FIR: KT-65218 // WITH_REFLECT // FIR_DUMP import kotlin.reflect.* diff --git a/compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignmentExtra.kt b/compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignmentExtra.kt index 08a08ab3588..e33c3c36680 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignmentExtra.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignmentExtra.kt @@ -1,4 +1,3 @@ -// MUTE_LL_FIR: KT-65218 // WITH_REFLECT // FIR_DUMP import kotlin.reflect.*