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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// EXPECTED_REACHABLE_NODES: 991
|
||||
// EXPECTED_REACHABLE_NODES: 1109
|
||||
// KT-2470 another name mangling bug: kotlin.test.failsWith() gets generated to invalid JS
|
||||
|
||||
package foo
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1041
|
||||
// EXPECTED_REACHABLE_NODES: 1159
|
||||
package foo
|
||||
|
||||
val x: Int?
|
||||
|
||||
Reference in New Issue
Block a user