From 6af8f320f76f6f29a9001ab29d533210548b4c0c Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Wed, 12 Feb 2020 12:22:34 +0300 Subject: [PATCH] Add JS runtime to the failing test --- .../captureMutableLocalVariableInsideCoroutineBlock.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/coroutines/captureMutableLocalVariableInsideCoroutineBlock.kt b/compiler/testData/codegen/box/coroutines/captureMutableLocalVariableInsideCoroutineBlock.kt index a6488391032..e52f477c39c 100644 --- a/compiler/testData/codegen/box/coroutines/captureMutableLocalVariableInsideCoroutineBlock.kt +++ b/compiler/testData/codegen/box/coroutines/captureMutableLocalVariableInsideCoroutineBlock.kt @@ -1,4 +1,5 @@ // WITH_RUNTIME +// KJS_WITH_FULL_RUNTIME // WITH_COROUTINES // IGNORE_BACKEND_FIR: JVM_IR