aboutsummaryrefslogtreecommitdiff
path: root/test/compress/functions.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2019-10-15 07:27:02 +0800
committerGitHub <noreply@github.com>2019-10-15 07:27:02 +0800
commitd3d1d11926de43fc1ec74ae3a4d24a884d80d91f (patch)
tree6db0bdae1d0b3805a75d7f69533e5f3ca29fe8c8 /test/compress/functions.js
parent736019b767548268044e665bd6cde4b5e34c0bd3 (diff)
downloadtracifyjs-d3d1d11926de43fc1ec74ae3a4d24a884d80d91f.tar.gz
tracifyjs-d3d1d11926de43fc1ec74ae3a4d24a884d80d91f.zip
fix corner case in `ie8` & `rename` (#3474)
fixes #3473
Diffstat (limited to 'test/compress/functions.js')
-rw-r--r--test/compress/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress/functions.js b/test/compress/functions.js
index f01a02e8..92a0f99c 100644
--- a/test/compress/functions.js
+++ b/test/compress/functions.js
@@ -1150,7 +1150,7 @@ issue_2620_3: {
}
issue_2620_4: {
- rename = true,
+ rename = true
options = {
dead_code: true,
evaluate: true,