aboutsummaryrefslogtreecommitdiff
path: root/test/compress/keep_fargs.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2020-11-29 02:05:48 +0000
committerGitHub <noreply@github.com>2020-11-29 10:05:48 +0800
commit9d34f8428bc4a5fb7d26ac953f585b2622d63171 (patch)
treefb36e0f7676354a2a5a2e7c1e4c8366894408370 /test/compress/keep_fargs.js
parentf045e2b46077e84db8b7ae787819a010077ce1fd (diff)
downloadtracifyjs-9d34f8428bc4a5fb7d26ac953f585b2622d63171.tar.gz
tracifyjs-9d34f8428bc4a5fb7d26ac953f585b2622d63171.zip
fix corner case in `side_effects` (#4326)
fixes #4325
Diffstat (limited to 'test/compress/keep_fargs.js')
-rw-r--r--test/compress/keep_fargs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress/keep_fargs.js b/test/compress/keep_fargs.js
index e1737081..7141a410 100644
--- a/test/compress/keep_fargs.js
+++ b/test/compress/keep_fargs.js
@@ -525,7 +525,7 @@ issue_2506: {
function f0(bar) {
(function() {
(function() {
- if (false <= 0/0 & this >> 1 >= 0)
+ if (false <= NaN & this >> 1 >= 0)
c++;
})(c++);
})();