[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
class CustomException : Throwable {
constructor(message: String?, cause: Throwable?) : super(message, cause)