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

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

Issue 1403633007: Remove stale references to --harmony-arrays flag in mjsunit tests (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/array-fill.js ('k') | test/mjsunit/es6/array-findindex.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/array-find.js
diff --git a/test/mjsunit/harmony/array-find.js b/test/mjsunit/es6/array-find.js
similarity index 99%
rename from test/mjsunit/harmony/array-find.js
rename to test/mjsunit/es6/array-find.js
index 44fc78292a81123a9535999717c1085159af9874..5f6ba4226b58e1cc772cd917d668a2f345275b51 100644
--- a/test/mjsunit/harmony/array-find.js
+++ b/test/mjsunit/es6/array-find.js
@@ -25,8 +25,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --harmony-arrays
-
assertEquals(1, Array.prototype.find.length);
var a = [21, 22, 23, 24];
« no previous file with comments | « test/mjsunit/es6/array-fill.js ('k') | test/mjsunit/es6/array-findindex.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698