[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
fun box(): String {
var t = Throwable("O", Throwable("K"))
if (t.message != "O" || t.cause?.message != "K") return "fail1"