aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/cli.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-03-16 13:22:26 +0800
committerGitHub <noreply@github.com>2017-03-16 13:22:26 +0800
commit5ae04b35452693e886a7f836e62e3290b08016a1 (patch)
tree3d96ec1d04b055d219630d6cc580c443691b54b1 /test/mocha/cli.js
parenta80b228d8be37eb6585bca01c6fb5468db5bea42 (diff)
downloadtracifyjs-5ae04b35452693e886a7f836e62e3290b08016a1.tar.gz
tracifyjs-5ae04b35452693e886a7f836e62e3290b08016a1.zip
make `collapse_vars` consistent with `toplevel` (#1608)
fixes #1605
Diffstat (limited to 'test/mocha/cli.js')
-rw-r--r--test/mocha/cli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/cli.js b/test/mocha/cli.js
index fa952d91..2b44c901 100644
--- a/test/mocha/cli.js
+++ b/test/mocha/cli.js
@@ -152,7 +152,7 @@ describe("bin/uglifyjs", function () {
});
});
it("Should process inline source map", function(done) {
- var command = uglifyjscmd + ' test/input/issue-520/input.js -cm toplevel --in-source-map inline --source-map-inline';
+ var command = uglifyjscmd + ' test/input/issue-520/input.js -mc toplevel --in-source-map inline --source-map-inline';
exec(command, function (err, stdout) {
if (err) throw err;