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

Unified Diff: test/mjsunit/es6/mirror-collections.js

Issue 427723002: Enable ES6 Map and Set by default (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove old test, fix BUILD.gn Created 6 years, 4 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/debug-stepin-collections-foreach.js ('k') | test/mjsunit/es6/regress/regress-2186.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/mirror-collections.js
diff --git a/test/mjsunit/harmony/mirror-collections.js b/test/mjsunit/es6/mirror-collections.js
similarity index 98%
rename from test/mjsunit/harmony/mirror-collections.js
rename to test/mjsunit/es6/mirror-collections.js
index 271cf9119aad25610c66493d10e4c171a4d2d20c..e10f5c1a981fca68974662984b0387dc85b80776 100644
--- a/test/mjsunit/harmony/mirror-collections.js
+++ b/test/mjsunit/es6/mirror-collections.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: --expose-debug-as debug --expose-gc --harmony-collections
+// Flags: --expose-debug-as debug --expose-gc
function testMapMirror(mirror) {
// Create JSON representation.
« no previous file with comments | « test/mjsunit/es6/debug-stepin-collections-foreach.js ('k') | test/mjsunit/es6/regress/regress-2186.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698