[JS IR] Unmute fixed tests

This commit is contained in:
Roman Artemev
2021-06-01 19:48:28 +03:00
parent a36135baf1
commit 5f65b46dfc
2 changed files with 1 additions and 2 deletions
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// IGNORE_BACKEND: JS_IR
fun createArray(ctor: (Int, (Int) -> Char) -> CharArray) =
ctor(1) { 'O' }