JS: update tests

This commit is contained in:
Alexey Andreev
2016-12-07 12:58:25 +03:00
parent c854b81a09
commit c411a8febe
10 changed files with 13 additions and 39 deletions
@@ -12,7 +12,7 @@ public fun <T, R> apply(x: T, fn: (T)->R): R =
import utils.*
// CHECK_CONTAINS_NO_CALLS: test
// CHECK_CONTAINS_NO_CALLS: test except=imul
internal fun multiplyBy2(x: Int): Int = x * 2