Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Unified Diff: test/message/destructuring-decl-no-init-obj.js

Issue 1450193002: Rename destructuring flag to "--harmony-destructuring-bind" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/message/destructuring-decl-no-init-array2.js ('k') | test/message/destructuring-decl-no-init-obj2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/destructuring-decl-no-init-obj.js
diff --git a/test/message/destructuring-decl-no-init-obj.js b/test/message/destructuring-decl-no-init-obj.js
index f73e0b7f62897f7a8fb38ffb7e03a205ae7682c0..23424aa8bb50fc519e97a66db0219c2d5b521d17 100644
--- a/test/message/destructuring-decl-no-init-obj.js
+++ b/test/message/destructuring-decl-no-init-obj.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
+// Flags: --harmony-destructuring-bind
var { a, b, c };
« no previous file with comments | « test/message/destructuring-decl-no-init-array2.js ('k') | test/message/destructuring-decl-no-init-obj2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698