commit | 3b9bc31999c9787eb726ecdbfd5796bfdec32a18 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Thu Jun 02 14:46:10 2016 +0100 |
committer | Ben Murdoch <benm@google.com> | Thu Jun 02 14:46:10 2016 +0100 |
tree | b521168bf78078bea1c0a9851e6ca7099318195e | |
parent | c007f9a1597810ec6ccf9b289e98fda574a0dde7 [diff] [blame] |
Upgrade V8 to 5.1.281.57 Change-Id: Id981b686b4d587ac31697662eb98bb34be42ad90
diff --git a/test/message/for-in-loop-initializers-destructuring.js b/test/message/for-in-loop-initializers-destructuring.js index eab8b81..9bbfd8d 100644 --- a/test/message/for-in-loop-initializers-destructuring.js +++ b/test/message/for-in-loop-initializers-destructuring.js
@@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // -// Flags: --harmony-destructuring-bind +// function f() { for (var [x, y] = {} in {});