diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-06-23 15:53:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 15:53:13 +0800 |
commit | dc6bcaa18eda80f31674a1f8167d7fbe997f743b (patch) | |
tree | 3124db40e4b400402c6b937963830c0d9c436e87 /test/compress/functions.js | |
parent | d58b184835d9c2316bfb4411d0907ebb4446aaf0 (diff) | |
download | tracifyjs-dc6bcaa18eda80f31674a1f8167d7fbe997f743b.tar.gz tracifyjs-dc6bcaa18eda80f31674a1f8167d7fbe997f743b.zip |
synchronise `mangle.properties` for `minify()` & `test/compress` (#2151)
Diffstat (limited to 'test/compress/functions.js')
-rw-r--r-- | test/compress/functions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress/functions.js b/test/compress/functions.js index d2640bb9..b5def8e1 100644 --- a/test/compress/functions.js +++ b/test/compress/functions.js @@ -265,7 +265,7 @@ issue_203: { } expect: { var m = {}; - var fn = Function("a", "b", "b.exports=42"); + var fn = Function("n", "o", "o.exports=42"); fn(null, m, m.exports); console.log(m.exports); } |