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.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/compress/functions.js b/test/compress/functions.js
index 18f4f900..8bfb2eaf 100644
--- a/test/compress/functions.js
+++ b/test/compress/functions.js
@@ -1483,8 +1483,7 @@ issue_2663_2: {
}
expect: {
(function() {
- var i;
- for (i in { a: 1, b: 2, c: 3 })
+ for (var i in { a: 1, b: 2, c: 3 })
j = i, console.log(j);
var j;
})();