From 838743bf0777574f405c1149d72f3b4b62fef029 Mon Sep 17 00:00:00 2001 From: Igor Chevdar Date: Mon, 21 Feb 2022 18:42:33 +0500 Subject: [PATCH] [box-tests] Ignored test for K/N It will fail in Kotlin 1.7 --- compiler/testData/codegen/box/mangling/parentheses.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/mangling/parentheses.kt b/compiler/testData/codegen/box/mangling/parentheses.kt index 6462a803dab..4c87e38acc0 100644 --- a/compiler/testData/codegen/box/mangling/parentheses.kt +++ b/compiler/testData/codegen/box/mangling/parentheses.kt @@ -1,5 +1,5 @@ // !SANITIZE_PARENTHESES -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // !LANGUAGE: +JsAllowInvalidCharsIdentifiersEscaping // Sanitization is needed here because DxChecker reports ParseException on parentheses in names.