From f0112040fc26f9cac138e2c46f3a16f937eaa7c4 Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Tue, 12 Sep 2023 10:12:19 +0200 Subject: [PATCH] [FIR AA] Unmute passing test --- .../annotations/annotationParameterMustBeConstant/simple.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/simple.kt b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/simple.kt index 5b9ca598247..abfe6a4a925 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/simple.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/simple.kt @@ -1,4 +1,3 @@ -// IGNORE_REVERSED_RESOLVE // FIR_IDENTICAL @Retention(AnnotationRetention.SOURCE) @Repeatable