Update expected reachable node count

This commit is contained in:
Ilya Gorbunov
2017-12-28 01:46:23 +03:00
parent a1f67e347f
commit 3825187e93
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1099
// EXPECTED_REACHABLE_NODES: 1219
private inline fun typeOf(x: dynamic): String = js("typeof x").unsafeCast<String>()
fun box(): String {