Index: test/intl/date-format/parse-MMMdy.js |
diff --git a/test/intl/date-format/parse-MMMdy.js b/test/intl/date-format/parse-MMMdy.js |
index b23a3cde3a1edb2a408b58a4a8ce2a2046786ad6..f713b36fb1724dc31f3f6fc458e10d7e60848075 100644 |
--- a/test/intl/date-format/parse-MMMdy.js |
+++ b/test/intl/date-format/parse-MMMdy.js |
@@ -28,6 +28,8 @@ |
// Testing v8Parse method for date and time pattern. |
// Month is represented as a short name. |
+// Flags: --intl-extra |
+ |
var dtf = new Intl.DateTimeFormat(['en'], |
{year: 'numeric', month: 'short', |
day: 'numeric', |