mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 21:45:04 +02:00
Remove extraneous feature flag
This commit is contained in:
parent
52ff4171ab
commit
1142ebee09
@ -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 = {};
|
||||||
|
@ -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]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user