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', |