mirror of https://github.com/tc39/test262.git
Remove extraneous feature flag
This commit is contained in:
parent
52ff4171ab
commit
1142ebee09
|
@ -24,7 +24,7 @@ info: |
|
|||
4. Else,
|
||||
a. Let O be ? ToObject(locales).
|
||||
5. Let len be ? ToLength(? Get(O, "length")).
|
||||
features: [Intl.DisplayNames, Symbol]
|
||||
features: [Intl.DisplayNames]
|
||||
---*/
|
||||
|
||||
var locales = {};
|
||||
|
|
|
@ -24,7 +24,7 @@ info: |
|
|||
|
||||
1. Let value be ? Get(options, property).
|
||||
...
|
||||
features: [Intl.DisplayNames, Symbol]
|
||||
features: [Intl.DisplayNames]
|
||||
locale: [en]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue