aboutsummaryrefslogtreecommitdiff
path: root/test/compress/reduce_vars.js
diff options
context:
space:
mode:
authoralexlamsl <alexlamsl@gmail.com>2020-09-22 07:48:55 +0800
committeralexlamsl <alexlamsl@gmail.com>2020-09-22 07:48:55 +0800
commit8c670cae93c1fda0e893ef27cccfb515b836c30d (patch)
tree507835024944f45fe3b82fd5cec44ea4a7af49b9 /test/compress/reduce_vars.js
parent0e3da27727194f6aaab5a08913008b0fc4153501 (diff)
downloadtracifyjs-8c670cae93c1fda0e893ef27cccfb515b836c30d.tar.gz
tracifyjs-8c670cae93c1fda0e893ef27cccfb515b836c30d.zip
enhance `unused`
Diffstat (limited to 'test/compress/reduce_vars.js')
-rw-r--r--test/compress/reduce_vars.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress/reduce_vars.js b/test/compress/reduce_vars.js
index 153ac5d4..a79dd068 100644
--- a/test/compress/reduce_vars.js
+++ b/test/compress/reduce_vars.js
@@ -2415,7 +2415,7 @@ redefine_farg_2: {
console.log(typeof [], "number",function(a, b) {
a = b;
return typeof a;
- }([]));
+ }());
}
expect_stdout: "object number undefined"
}