From 20ac606df4bbf73ffb284f0dc1a9f17fb5c6e05f Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Fri, 24 Jan 2020 14:17:27 +0300 Subject: [PATCH] Add js runtime to failing blackbox test --- compiler/testData/codegen/box/coroutines/kt35967.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/coroutines/kt35967.kt b/compiler/testData/codegen/box/coroutines/kt35967.kt index 5d3b5387c1f..53746e350ab 100644 --- a/compiler/testData/codegen/box/coroutines/kt35967.kt +++ b/compiler/testData/codegen/box/coroutines/kt35967.kt @@ -1,6 +1,7 @@ // !LANGUAGE: +NewInference // IGNORE_BACKEND_FIR: JVM_IR // WITH_RUNTIME +// KJS_WITH_FULL_RUNTIME // FULL_JDK // ISSUE: KT-35967