diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-11-13 21:44:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-13 21:44:44 +0800 |
commit | 4bd36dc8da23ad31eba45376e861784ba8568379 (patch) | |
tree | d7dfeab526456574d565849790a16305b2349684 /test/compress/functions.js | |
parent | ab15c40770410e0dbd5ebb382aa711f3bf5aeb38 (diff) | |
download | tracifyjs-4bd36dc8da23ad31eba45376e861784ba8568379.tar.gz tracifyjs-4bd36dc8da23ad31eba45376e861784ba8568379.zip |
enhance `unused` (#3584)
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 e36176bd..6c86c1c5 100644 --- a/test/compress/functions.js +++ b/test/compress/functions.js @@ -2346,7 +2346,7 @@ issue_3274: { } expect: { (function() { - for (var c; void 0, (c = 1..p) != c;) + for (var c; (c = 1..p) != c;) console.log("FAIL"); console.log("PASS"); })(); |