diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-03-16 13:22:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 13:22:26 +0800 |
commit | 5ae04b35452693e886a7f836e62e3290b08016a1 (patch) | |
tree | 3d96ec1d04b055d219630d6cc580c443691b54b1 /test/mocha/cli.js | |
parent | a80b228d8be37eb6585bca01c6fb5468db5bea42 (diff) | |
download | tracifyjs-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.js | 2 |
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; |