diff options
Diffstat (limited to 'test/compress/functions.js')
-rw-r--r-- | test/compress/functions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress/functions.js b/test/compress/functions.js index e6c4301c..0e37b78a 100644 --- a/test/compress/functions.js +++ b/test/compress/functions.js @@ -800,12 +800,12 @@ issue_2601_1: { expect: { var a = "FAIL"; (function() { + var b; b = "foo", function(b) { b && b(); }(), b && (a = "PASS"); - var b; })(), console.log(a); } |