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

Unified Diff: test/intl/date-format/date-format-to-parts.js

Issue 2585903002: Ship Intl.DateTimeFormat.formatToParts() (Closed)
Patch Set: test/intl/OWNERS update Created 4 years 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
« test/intl/OWNERS ('K') | « test/intl/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/intl/date-format/date-format-to-parts.js
diff --git a/test/intl/date-format/date-format-to-parts.js b/test/intl/date-format/date-format-to-parts.js
index cd954acc79cc7d2f626161102fdd8bc16f127b3b..fd04dc5bd035ca05b02fa4f431120f985e8df906 100644
--- a/test/intl/date-format/date-format-to-parts.js
+++ b/test/intl/date-format/date-format-to-parts.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: --datetime-format-to-parts
-
Dan Ehrenberg 2016/12/16 23:40:08 Could you leave the Flags: line in until the later
jungshik at Google 2016/12/19 07:27:43 Done.
var d = new Date(2016, 11, 15, 14, 10, 34);
var df = Intl.DateTimeFormat("ja",
{hour: 'numeric', minute: 'numeric', second: 'numeric', year: 'numeric',
« test/intl/OWNERS ('K') | « test/intl/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698