[JS IR BE] Mute inline class tests

This commit is contained in:
Svyatoslav Kuzmich
2018-11-01 14:16:36 +03:00
parent 43b4b6eaae
commit 5ea7673950
4 changed files with 6 additions and 6 deletions
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// FILE: inlined.kt
// COMMON_COROUTINES_TEST
// WITH_RUNTIME
@@ -120,4 +119,4 @@ fun box(): String {
inlineSite()
}
return "OK"
}
}