From 55eb75d237b4edce354159dfd5e9c78a28501bf3 Mon Sep 17 00:00:00 2001 From: Abduqodiri Qurbonzoda Date: Mon, 1 Jun 2020 17:09:07 +0300 Subject: [PATCH] Remove IGNORE_BACKEND directives from forInCharSeqWithIndexStops.kt --- .../forInCharSequenceWithIndex/forInCharSeqWithIndexStops.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSeqWithIndexStops.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSeqWithIndexStops.kt index 38e0d4aa206..e03ae88cff5 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSeqWithIndexStops.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSeqWithIndexStops.kt @@ -1,6 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// IGNORE_BACKEND: JS, NATIVE +// KJS_WITH_FULL_RUNTIME // WITH_RUNTIME fun box(): String {