From 854716a744aaaf846503443489e656b9d94897e4 Mon Sep 17 00:00:00 2001
From: Yan Zhulanow <yan.zhulanow@jetbrains.com>
Date: Mon, 21 Feb 2022 22:22:51 +0900
Subject: [PATCH] [kotlin] Update test data for 'testLabeledExpr()'

Diagnostic test changed in a4f74f60d9f67050c9851a868f96f1bbe03e06e0 ("Fix apostrophes in error messages", see KT-50183) in the compiler repository. This commit adapts test data to the changes.

GitOrigin-RevId: 9a07dc5122fdd3a8ab53e62cef6f36455fc21076
---
 .../tests/testData/intentions/convertToBlockBody/labeledExpr.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/kotlin/idea/tests/testData/intentions/convertToBlockBody/labeledExpr.kt b/plugins/kotlin/idea/tests/testData/intentions/convertToBlockBody/labeledExpr.kt
index 45c4fa1d7c0a..e7af3bab3a57 100644
--- a/plugins/kotlin/idea/tests/testData/intentions/convertToBlockBody/labeledExpr.kt
+++ b/plugins/kotlin/idea/tests/testData/intentions/convertToBlockBody/labeledExpr.kt
@@ -1,2 +1,2 @@
-// AFTER-WARNING: Label is redundant, because it can not be referenced in either ''break'', ''continue'', or ''return'' expression
+// AFTER-WARNING: z 'break', 'continue', or 'return' expression
 fun foo(): Int = <caret>ann@ 1
\ No newline at end of file
-- 
GitLab