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

Unified Diff: test/mjsunit/harmony/trailing-commas-length.js

Issue 2638513002: Enable --harmony-trailing-commas (Closed)
Patch Set: rebase Created 3 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/mjsunit/extra-commas.js ('k') | test/mjsunit/regress/regress-2470.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/trailing-commas-length.js
diff --git a/test/mjsunit/harmony/trailing-commas-length.js b/test/mjsunit/harmony/trailing-commas-length.js
index 9d5e59c16b6dd81519dc3773a10043b1eef1bac9..8e2fd51408b0176fdc983f96109e2faa337b8c41 100644
--- a/test/mjsunit/harmony/trailing-commas-length.js
+++ b/test/mjsunit/harmony/trailing-commas-length.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-trailing-commas
adamk 2017/01/30 22:41:03 You can leave this flag here until it's actually r
-
function f1(a,) {}
function f2(a,b,) {}
function f3(a,b,c,) {}
« no previous file with comments | « test/mjsunit/extra-commas.js ('k') | test/mjsunit/regress/regress-2470.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698