[JS IR] Ignore test for legacy backend

^KT-46204 fixed
This commit is contained in:
Ilya Goncharov
2021-08-03 16:24:02 +03:00
committed by Space
parent 627af332b1
commit b6c3132614
2 changed files with 2 additions and 1 deletions
@@ -1,5 +1,6 @@
// KJS_WITH_FULL_RUNTIME
// TARGET_BACKEND: JS
// IGNORE_BACKEND: JS
// !LANGUAGE: +SuspendFunctionAsSupertype
import kotlin.coroutines.*
@@ -1,5 +1,5 @@
// WITH_RUNTIME
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND: JVM, JS
// !LANGUAGE: +SuspendFunctionAsSupertype
import kotlin.coroutines.*