From f2f7d144aab0abee5ce6bd2fea662855f1bc467c Mon Sep 17 00:00:00 2001 From: Roman Artemev Date: Tue, 24 Dec 2019 19:25:29 +0300 Subject: [PATCH] [JS] Fix failing test --- compiler/testData/codegen/box/coroutines/stopAfter.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/coroutines/stopAfter.kt b/compiler/testData/codegen/box/coroutines/stopAfter.kt index 1737d52435a..e19086c923a 100644 --- a/compiler/testData/codegen/box/coroutines/stopAfter.kt +++ b/compiler/testData/codegen/box/coroutines/stopAfter.kt @@ -1,5 +1,6 @@ // IGNORE_BACKEND_FIR: JVM_IR // WITH_RUNTIME +// KJS_WITH_FULL_RUNTIME /** * _Example_