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

Unified Diff: test/mjsunit/es6/regress/regress-4400.js

Issue 1812313002: Several mjsunit cleanups (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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
Index: test/mjsunit/es6/regress/regress-4400.js
diff --git a/test/mjsunit/harmony/regress/regress-4400.js b/test/mjsunit/es6/regress/regress-4400.js
similarity index 77%
rename from test/mjsunit/harmony/regress/regress-4400.js
rename to test/mjsunit/es6/regress/regress-4400.js
index 7c42e4f557ad098c4778841285a7075498ba1bf7..98ad269bfb8b6a4938724498c85a7f003521791f 100644
--- a/test/mjsunit/harmony/regress/regress-4400.js
+++ b/test/mjsunit/es6/regress/regress-4400.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-default-parameters --min-preparse-length=0
+// Flags: --min-preparse-length=0
function borked(a = [], b = {}, c) {}
borked();
« no previous file with comments | « test/mjsunit/es6/default-parameters-debug.js ('k') | test/mjsunit/harmony/debug-stepin-default-parameters.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698