[JS] Remove failed checks based on unstable naming

This commit is contained in:
Svyatoslav Kuzmich
2021-10-12 20:06:52 +03:00
parent 3f8dce4b53
commit 279f184703
16 changed files with 7 additions and 47 deletions
@@ -4,7 +4,6 @@
// CHECK_NOT_CALLED_IN_SCOPE: function=component1 scope=test2
// CHECK_NOT_CALLED_IN_SCOPE: function=component1 scope=test3
// CHECK_CONTAINS_NO_CALLS: test4 except=toString TARGET_BACKENDS=JS
// CHECK_CONTAINS_NO_CALLS: test4 except=_get_size__0_k$ IGNORED_BACKENDS=JS
fun test1(a: Sequence<String>): String {
var s = ""
@@ -5,7 +5,7 @@
// CHECK_CONTAINS_NO_CALLS: testDownTo
// CHECK_CONTAINS_NO_CALLS: testStep TARGET_BACKENDS=JS
// CHECK_CONTAINS_NO_CALLS: testEmptyRange
// CHECK_CONTAINS_NO_CALLS: testRangeToParams except=from;to
// CHECK_CONTAINS_NO_CALLS: testRangeToParams except=from;to TARGET_BACKENDS=JS
fun testRangeTo(): String {
var result = ""