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/let-lexical-name-in-array-prohibited.js b/test/message/let-lexical-name-in-array-prohibited.js index c7a35cd..a6cba6f 100644 --- a/test/message/let-lexical-name-in-array-prohibited.js +++ b/test/message/let-lexical-name-in-array-prohibited.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-sloppy --harmony-sloppy-let --harmony-destructuring-bind +// Flags: --harmony-sloppy --harmony-sloppy-let let [let];