summaryrefslogtreecommitdiff
path: root/deps/v8/test/intl/date-format/property-override-date-style.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/intl/date-format/property-override-date-style.js')
-rw-r--r--deps/v8/test/intl/date-format/property-override-date-style.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/v8/test/intl/date-format/property-override-date-style.js b/deps/v8/test/intl/date-format/property-override-date-style.js
index 542ef5eb27..c7965a41c5 100644
--- a/deps/v8/test/intl/date-format/property-override-date-style.js
+++ b/deps/v8/test/intl/date-format/property-override-date-style.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-intl-datetime-style
-
// Checks for security holes introduced by Object.property overrides.
// For example:
// Object.defineProperty(Array.prototype, 'locale', {
@@ -34,8 +32,6 @@ var expectedProperties = [
'calendar',
'numberingSystem',
'timeZone',
- 'hourCycle',
- 'hour12',
'dateStyle',
];