mirror of https://github.com/tc39/test262.git
meta: add missing feature flag
This commit is contained in:
parent
f541d991f9
commit
91a61b29ac
|
@ -9,6 +9,7 @@ info: |
|
|||
Intl.DurationFormat.prototype.format(duration)
|
||||
(...)
|
||||
3. Let record be ? ToDurationRecord(duration)
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
||||
const df = new Intl.DurationFormat();
|
||||
|
|
|
@ -9,6 +9,7 @@ info: |
|
|||
Intl.DurationFormat.prototype.formatToParts(duration)
|
||||
(...)
|
||||
3. Let record be ? ToDurationRecord(duration)
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
||||
const df = new Intl.DurationFormat();
|
||||
|
|
Loading…
Reference in New Issue