diff --git a/test/compress/reduce_vars.js b/test/compress/reduce_vars.js index 52d5e9b1..d78f1174 100644 --- a/test/compress/reduce_vars.js +++ b/test/compress/reduce_vars.js @@ -1190,10 +1190,10 @@ defun_label: { !function() { console.log(function(a) { L: { - if (2) break L; + if (a) break L; return 1; } - }()); + }(2)); }(); } expect_stdout: true