aboutsummaryrefslogtreecommitdiff
path: root/test/compress/functions.js
diff options
context:
space:
mode:
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 f521433d..fe9307ca 100644
--- a/test/compress/functions.js
+++ b/test/compress/functions.js
@@ -2053,7 +2053,7 @@ issue_2898: {
expect_stdout: "2"
}
-deduplicate_parenthesis: {
+deduplicate_parentheses: {
input: {
({}).a = b;
(({}).a = b)();