aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/directives.js
diff options
context:
space:
mode:
authorAnthony Van de Gejuchte <anthonyvdgent@gmail.com>2016-06-20 14:18:47 +0200
committerRichard van Velzen <rvanvelzen1@gmail.com>2016-06-20 18:42:17 +0200
commit85fbf86d7b6517161004c4f7dbfd15df4c282e3e (patch)
tree666a173c96aad72225b4f0f3ef1c591d33f267e8 /test/mocha/directives.js
parentaa82027a1721ee7233e92ab1b9f9ced43a8f17cf (diff)
downloadtracifyjs-85fbf86d7b6517161004c4f7dbfd15df4c282e3e.tar.gz
tracifyjs-85fbf86d7b6517161004c4f7dbfd15df4c282e3e.zip
Keep master in sync with harmony
* Do not mangle when no mangle is required * Improve use_asm reset while printing code
Diffstat (limited to 'test/mocha/directives.js')
-rw-r--r--test/mocha/directives.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/directives.js b/test/mocha/directives.js
index 45f454bf..82594758 100644
--- a/test/mocha/directives.js
+++ b/test/mocha/directives.js
@@ -224,7 +224,7 @@ describe("Directives", function() {
for (var i = 0; i < tests.length; i++) {
assert.strictEqual(
- uglify.minify(tests[i][0], {fromString: true, quote_style: 3, compress: false}).code,
+ uglify.minify(tests[i][0], {fromString: true, quote_style: 3, compress: false, mangle: false}).code,
tests[i][1],
tests[i][0]
);