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,4 +1,4 @@
|
||||
// EXPECTED_REACHABLE_NODES: 992
|
||||
// EXPECTED_REACHABLE_NODES: 1110
|
||||
fun box(): String {
|
||||
val r1 = trueFun() > falseFun()
|
||||
if (!r1) return "fail1"
|
||||
|
||||
Reference in New Issue
Block a user