From 0b2a8c0c25491ff76ec51843878d5696a7d10b83 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Mon, 20 Sep 2021 12:16:54 +0300 Subject: [PATCH] [K/N][Test] Ignore test with deprecated StringBuilder.deleteCharAt --- compiler/testData/codegen/box/extensionFunctions/whenFail.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/extensionFunctions/whenFail.kt b/compiler/testData/codegen/box/extensionFunctions/whenFail.kt index ce763e026be..aa629f45bbe 100644 --- a/compiler/testData/codegen/box/extensionFunctions/whenFail.kt +++ b/compiler/testData/codegen/box/extensionFunctions/whenFail.kt @@ -4,6 +4,7 @@ // IGNORE_BACKEND: JS_IR_ES6 // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS +// IGNORE_BACKEND: NATIVE fun StringBuilder.takeFirst(): Char { if (this.length == 0) return 0.toChar()