From dcfdc781db041ac55d86edf9e11e4b59ed7a7465 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Fri, 17 Aug 2018 16:14:00 +0300 Subject: [PATCH] Minor. Unmute test in JS BE --- compiler/testData/codegen/box/coroutines/kt25912.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/coroutines/kt25912.kt b/compiler/testData/codegen/box/coroutines/kt25912.kt index e6d5b3290c1..cbfe503bafb 100644 --- a/compiler/testData/codegen/box/coroutines/kt25912.kt +++ b/compiler/testData/codegen/box/coroutines/kt25912.kt @@ -1,7 +1,7 @@ // WITH_RUNTIME // WITH_COROUTINES // COMMON_COROUTINES_TEST -// IGNORE_BACKEND: JS_IR, JVM_IR, JS, NATIVE +// IGNORE_BACKEND: JS_IR, JVM_IR, NATIVE import helpers.* import COROUTINES_PACKAGE.*