aboutsummaryrefslogtreecommitdiff
path: root/test/mocha
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2018-01-09 17:55:41 +0800
committerGitHub <noreply@github.com>2018-01-09 17:55:41 +0800
commitbf832cde167b6de119761d54302977e14b10c00b (patch)
treed4afa36570c29d34e13a73d27d66027aa8bc5a8b /test/mocha
parent2972d58dbb7cdb918267b278368550bf36c3cb08 (diff)
downloadtracifyjs-bf832cde167b6de119761d54302977e14b10c00b.tar.gz
tracifyjs-bf832cde167b6de119761d54302977e14b10c00b.zip
improve synergy between `compress` and `rename` (#2755)
Diffstat (limited to 'test/mocha')
-rw-r--r--test/mocha/minify.js2
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);");
}
});
});
td>ng0 2018-01-06build: Detect broken 'equal?' in Guile 2.2.1....Ludovic Courtès