diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2018-01-09 17:55:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 17:55:41 +0800 |
commit | bf832cde167b6de119761d54302977e14b10c00b (patch) | |
tree | d4afa36570c29d34e13a73d27d66027aa8bc5a8b /test/mocha | |
parent | 2972d58dbb7cdb918267b278368550bf36c3cb08 (diff) | |
download | tracifyjs-bf832cde167b6de119761d54302977e14b10c00b.tar.gz tracifyjs-bf832cde167b6de119761d54302977e14b10c00b.zip |
improve synergy between `compress` and `rename` (#2755)
Diffstat (limited to 'test/mocha')
-rw-r--r-- | test/mocha/minify.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/minify.js b/test/mocha/minify.js index d696a25f..65392ee4 100644 --- a/test/mocha/minify.js +++ b/test/mocha/minify.js @@ -383,7 +383,7 @@ describe("minify", function() { toplevel: true, }, rename: true, - }).code, "var a2;(a2=y)(a2);"); + }).code, "var a;(a=y)(a);"); } }); }); |