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

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

Issue 1667453002: Remove flags for ES2015 features shipped in M48 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Mark failing ignition/arm64 test as flaky Created 4 years, 11 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/cctest/test-api.cc ('k') | test/mjsunit/es6/array-length.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/array-concat.js
diff --git a/test/mjsunit/harmony/array-concat.js b/test/mjsunit/es6/array-concat.js
similarity index 99%
rename from test/mjsunit/harmony/array-concat.js
rename to test/mjsunit/es6/array-concat.js
index cabdf2df0817824015b480c7c2bbebe7bbd79110..ec730db58b11089419896a11eed209998b6fcd16 100644
--- a/test/mjsunit/harmony/array-concat.js
+++ b/test/mjsunit/es6/array-concat.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-concat-spreadable --harmony-proxies --harmony-reflect
+// Flags: --harmony-proxies --harmony-reflect
(function testArrayConcatArity() {
"use strict";
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/mjsunit/es6/array-length.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698