Unmute jvm ir-tests

This commit is contained in:
Mikhael Bogdanov
2018-08-14 16:02:48 +03:00
parent 6d915bd68c
commit 494828f4cf
19 changed files with 0 additions and 19 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
inline fun catchAll(x: String, block: () -> Unit): String {
try {
block()