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

Unified Diff: test/mjsunit/es6/new-target.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/try-catch-variable-conflict.js ('k') | test/mjsunit/es6/regress/regress-cr512574.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/new-target.js
diff --git a/test/mjsunit/es6/new-target.js b/test/mjsunit/es6/new-target.js
index 9ecff815faf3e39c9853a80af54e21fa45a44450..92756552f627a34424339b48f4eeb26f5b775a6c 100644
--- a/test/mjsunit/es6/new-target.js
+++ b/test/mjsunit/es6/new-target.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-reflect --harmony-destructuring --harmony-rest-parameters
+// Flags: --harmony-reflect --harmony-destructuring-bind --harmony-rest-parameters
(function TestClass() {
« no previous file with comments | « test/message/try-catch-variable-conflict.js ('k') | test/mjsunit/es6/regress/regress-cr512574.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698