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

Unified Diff: test/mjsunit/es6/spread-array.js

Issue 1429653006: Remove flags for spread calls and arrays (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/mjsunit/es6/regress/regress-4417.js ('k') | test/mjsunit/es6/spread-call.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/spread-array.js
diff --git a/test/mjsunit/harmony/spread-array.js b/test/mjsunit/es6/spread-array.js
similarity index 98%
rename from test/mjsunit/harmony/spread-array.js
rename to test/mjsunit/es6/spread-array.js
index 18b72a28c5ab24301625f45c7b5af4979aff6bd6..d112422b7848f3ffd67ec6e136c63c86fc70cda6 100644
--- a/test/mjsunit/harmony/spread-array.js
+++ b/test/mjsunit/es6/spread-array.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-spread-arrays --allow-natives-syntax
+// Flags: --allow-natives-syntax
(function TestBasics() {
var a = [1, 2];
« no previous file with comments | « test/mjsunit/es6/regress/regress-4417.js ('k') | test/mjsunit/es6/spread-call.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698