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.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/compress/functions.js b/test/compress/functions.js
index 30569847..3b9def32 100644
--- a/test/compress/functions.js
+++ b/test/compress/functions.js
@@ -266,12 +266,7 @@ issue_2084: {
}
expect: {
var c = 0;
- !function() {
- var c;
- c = 1 + (c = -1),
- c = 1 + (c = 0),
- 0 !== 23..toString() && (c = 1 + c);
- }(),
+ 23..toString(),
console.log(c);
}
expect_stdout: "0"