[JS IR BE] Unmute passed tests

This commit is contained in:
Svyatoslav Kuzmich
2019-05-05 18:59:24 +03:00
parent 331625a9bb
commit 0de1242f68
16 changed files with 1 additions and 20 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
private object EmptyStringMap : Map<String, Nothing> {
override val size: Int get() = 0
override fun isEmpty(): Boolean = true