JS: fix DCE limits in test data to fit new kotlin.js size

The size has increased due to new implementation of KClass
This commit is contained in:
Alexey Andreev
2017-10-06 17:41:45 +03:00
parent 997aecfcab
commit 3b3fd0fa0d
1127 changed files with 1127 additions and 1127 deletions
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 991
// EXPECTED_REACHABLE_NODES: 1109
package foo
fun box(): String {
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 996
// EXPECTED_REACHABLE_NODES: 1110
var log = ""
fun foo(s: String, a: Int, b: Int) {
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 990
// EXPECTED_REACHABLE_NODES: 1108
// http://youtrack.jetbrains.com/issue/KT-5594
// JS: compiler crashes
+1 -1
View File
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 996
// EXPECTED_REACHABLE_NODES: 1114
// JS: generate wrong code for nested if
// http://youtrack.jetbrains.com/issue/KT-5576
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 990
// EXPECTED_REACHABLE_NODES: 1108
package foo
fun box(): String {