aboutsummaryrefslogtreecommitdiff
path: root/test/compress/loops.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/compress/loops.js')
-rw-r--r--test/compress/loops.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/compress/loops.js b/test/compress/loops.js
index acbc8269..d76e7f74 100644
--- a/test/compress/loops.js
+++ b/test/compress/loops.js
@@ -1026,7 +1026,7 @@ issue_4075: {
issue_4082: {
options = {
- keep_fargs: "strict",
+ keep_fargs: false,
loops: true,
unused: true,
}
@@ -1050,7 +1050,7 @@ issue_4082: {
issue_4084: {
options = {
- keep_fargs: "strict",
+ keep_fargs: false,
loops: true,
passes: 2,
reduce_vars: true,