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

Unified Diff: test/mjsunit/es6/new-target.js

Issue 1411723007: Remove --harmony-new-target flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 5 years, 2 months 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/new-target-prefix-op.out ('k') | test/mjsunit/harmony/new-target.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/harmony/new-target.js b/test/mjsunit/es6/new-target.js
similarity index 98%
rename from test/mjsunit/harmony/new-target.js
rename to test/mjsunit/es6/new-target.js
index 6e7cdcca0ebf5ba829d5c283fce65208b96ee7bb..db816036962d650f00aa6a9ac296de803af6084a 100644
--- a/test/mjsunit/harmony/new-target.js
+++ b/test/mjsunit/es6/new-target.js
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-new-target --harmony-reflect --harmony-destructuring
-// Flags: --harmony-rest-parameters
+// Flags: --harmony-reflect --harmony-destructuring --harmony-rest-parameters
(function TestClass() {
« no previous file with comments | « test/message/new-target-prefix-op.out ('k') | test/mjsunit/harmony/new-target.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698