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:
committed by
Zalim Bashorov
parent
bde9f99d7c
commit
eda8749b91
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND_WITHOUT_CHECK: JS
|
||||
|
||||
tailrec fun badTails(x : Int) : Int {
|
||||
if (x < 50 && x != 10 && x > 0) {
|
||||
|
||||
Reference in New Issue
Block a user