Mute without checks all diagnostic tests for tailrec since it's not supported in JS yet and it takes too much time when muted with checks

This commit is contained in:
Zalim Bashorov
2016-11-15 18:01:23 +03:00
committed by Zalim Bashorov
parent bde9f99d7c
commit eda8749b91
38 changed files with 117 additions and 241 deletions
@@ -1,7 +1,7 @@
// !DIAGNOSTICS: -UNUSED_PARAMETER
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
// IGNORE_BACKEND_WITHOUT_CHECK: JS
tailrec fun withWhen(counter : Int, d : Any) : Int =
when (counter) {