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

Unified Diff: test/mjsunit/es6/typedarray-foreach.js

Issue 1215863003: Include Harmony Array/TypedArray methods unconditionally (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove the flag and move the tests Created 5 years, 6 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/mjsunit/es6/typedarray-findindex.js ('k') | test/mjsunit/es6/typedarray-from.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/typedarray-foreach.js
diff --git a/test/mjsunit/harmony/typedarrays-foreach.js b/test/mjsunit/es6/typedarray-foreach.js
similarity index 98%
rename from test/mjsunit/harmony/typedarrays-foreach.js
rename to test/mjsunit/es6/typedarray-foreach.js
index e1d375da1a08c9e5730436492f89fdc761db791e..b9789805f69b466bdccafdeb457fbca8b192ad8d 100644
--- a/test/mjsunit/harmony/typedarrays-foreach.js
+++ b/test/mjsunit/es6/typedarray-foreach.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-arrays --allow-natives-syntax
+// Flags: --allow-natives-syntax
var typedArrayConstructors = [
Uint8Array,
« no previous file with comments | « test/mjsunit/es6/typedarray-findindex.js ('k') | test/mjsunit/es6/typedarray-from.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698