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

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

Issue 2638513002: Enable --harmony-trailing-commas (Closed)
Patch Set: 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
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
-
function f1(a,) {}
function f2(a,b,) {}
function f3(a,b,c,) {}

Powered by Google App Engine
This is Rietveld 408576698