diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2018-02-24 02:24:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-24 02:24:47 +0800 |
commit | 455790202a50e861573df118b9f9d536b6d23db4 (patch) | |
tree | 0249f0338bafebae35b5d231d4c678f8263ceb34 /test/run-tests.js | |
parent | f40f5eb228aa576f2555b5aaa20f3a676aaad147 (diff) | |
download | tracifyjs-455790202a50e861573df118b9f9d536b6d23db4.tar.gz tracifyjs-455790202a50e861573df118b9f9d536b6d23db4.zip |
minor clean-ups (#2951)
Diffstat (limited to 'test/run-tests.js')
-rwxr-xr-x | test/run-tests.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/run-tests.js b/test/run-tests.js index ae170e3f..d3238370 100755 --- a/test/run-tests.js +++ b/test/run-tests.js @@ -135,7 +135,6 @@ function run_compress_tests() { var output = cmp.compress(input); output.figure_out_scope(test.mangle); if (test.mangle) { - U.base54.reset(); output.compute_char_frequency(test.mangle); output.mangle_names(test.mangle); if (test.mangle.properties) { |