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/destructuring-decl-no-init-array.js b/test/message/destructuring-decl-no-init-array.js index 7c73d3b..ab976b1 100644 --- a/test/message/destructuring-decl-no-init-array.js +++ b/test/message/destructuring-decl-no-init-array.js
@@ -2,6 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // -// Flags: --harmony-destructuring-bind +// var [ a, b, c ];