diff --git a/test/mocha/parentheses.js b/test/mocha/parentheses.js index a3ef8604..7646e284 100644 --- a/test/mocha/parentheses.js +++ b/test/mocha/parentheses.js @@ -91,7 +91,7 @@ describe("parentheses", function() { "(function(){}).name;", ]; for (var i = 16; --i >= 0;) { - [].push.apply(code, code); + code = code.concat(code); } code = code.join(""); var result = uglify.minify(code, {