From dad334ffcd6ea93e646770561c948668b0795c43 Mon Sep 17 00:00:00 2001 From: Anton Bannykh Date: Wed, 29 May 2019 10:17:15 +0300 Subject: [PATCH] JS IR: ignore the new suspend callable reference test --- .../codegen/box/coroutines/simpleSuspendCallableReference.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/coroutines/simpleSuspendCallableReference.kt b/compiler/testData/codegen/box/coroutines/simpleSuspendCallableReference.kt index 764ef25af13..b2e5e5e08fc 100644 --- a/compiler/testData/codegen/box/coroutines/simpleSuspendCallableReference.kt +++ b/compiler/testData/codegen/box/coroutines/simpleSuspendCallableReference.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +ReleaseCoroutines -// IGNORE_BACKEND: JVM_IR +// IGNORE_BACKEND: JVM_IR, JS_IR // WITH_RUNTIME // WITH_COROUTINES import helpers.*