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

Unified Diff: test/mjsunit/es6/super.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/spread-call-super-property.js ('k') | test/mjsunit/harmony/regress/regress-4298.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/super.js
diff --git a/test/mjsunit/harmony/super.js b/test/mjsunit/es6/super.js
similarity index 99%
rename from test/mjsunit/harmony/super.js
rename to test/mjsunit/es6/super.js
index 651f3dca3f2da6617ad774815d61b9cc941d4a90..a3437f0cf92a3e3381686d4a79164a525699997f 100644
--- a/test/mjsunit/harmony/super.js
+++ b/test/mjsunit/es6/super.js
@@ -3,8 +3,7 @@
// found in the LICENSE file.
// Flags: --allow-natives-syntax
-// Flags: --harmony-spread-calls --harmony-destructuring
-// Flags: --harmony-rest-parameters --harmony-sloppy
+// Flags: --harmony-destructuring --harmony-rest-parameters --harmony-sloppy
(function TestSuperNamedLoads() {
function Base() { }
« no previous file with comments | « test/mjsunit/es6/spread-call-super-property.js ('k') | test/mjsunit/harmony/regress/regress-4298.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698