[JS IR] fix test data

This commit is contained in:
Anton Bannykh
2021-11-29 11:39:13 +03:00
committed by TeamCityServer
parent 9c4c798fe7
commit af134912be
2 changed files with 4 additions and 4 deletions
@@ -2,8 +2,8 @@
// EXPECTED_REACHABLE_NODES: 1525
package foo
// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=even
// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=filter
// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=even TARGET_BACKENDS=JS
// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=filter TARGET_BACKENDS=JS
internal inline fun even(x: Int) = x % 2 == 0