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

Unified Diff: test/mjsunit/es7/array-includes-to-object-strict.js

Issue 1513843006: Remove --harmony-array-includes flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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/mjsunit/es7/array-includes-to-object-sloppy.js ('k') | test/mjsunit/es7/typed-array-includes.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es7/array-includes-to-object-strict.js
diff --git a/test/mjsunit/harmony/array-includes-to-object-strict.js b/test/mjsunit/es7/array-includes-to-object-strict.js
similarity index 96%
rename from test/mjsunit/harmony/array-includes-to-object-strict.js
rename to test/mjsunit/es7/array-includes-to-object-strict.js
index ee87136244d139d76d44bb4c56f1e7e20ab1b3e8..ffefa88f995acb442c51ef7a60e1e45aeb1b710e 100644
--- a/test/mjsunit/harmony/array-includes-to-object-strict.js
+++ b/test/mjsunit/es7/array-includes-to-object-strict.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-array-includes
-
// Ported from
// https://github.com/tc39/Array.prototype.includes/blob/master/test/number-this.js
// using https://www.npmjs.org/package/test262-to-mjsunit
« no previous file with comments | « test/mjsunit/es7/array-includes-to-object-sloppy.js ('k') | test/mjsunit/es7/typed-array-includes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698