Remove extraneous feature flag

This commit is contained in:
Mike Pennisi 2021-07-27 17:37:22 -04:00 committed by Rick Waldron
parent 52ff4171ab
commit 1142ebee09
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ info: |
4. Else, 4. Else,
a. Let O be ? ToObject(locales). a. Let O be ? ToObject(locales).
5. Let len be ? ToLength(? Get(O, "length")). 5. Let len be ? ToLength(? Get(O, "length")).
features: [Intl.DisplayNames, Symbol] features: [Intl.DisplayNames]
---*/ ---*/
var locales = {}; var locales = {};

View File

@ -24,7 +24,7 @@ info: |
1. Let value be ? Get(options, property). 1. Let value be ? Get(options, property).
... ...
features: [Intl.DisplayNames, Symbol] features: [Intl.DisplayNames]
locale: [en] locale: [en]
---*/ ---*/