mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
Update expectation for Intl.RelativeTimeFormat.prototype[@@toStringTag].
The specification changed in https://github.com/tc39/proposal-intl-relative-time/pull/77.
This commit is contained in:
parent
e9a5a7f918
commit
6092c08ade
@ -8,7 +8,7 @@ description: >
|
|||||||
info: |
|
info: |
|
||||||
Intl.RelativeTimeFormat.prototype[ @@toStringTag ]
|
Intl.RelativeTimeFormat.prototype[ @@toStringTag ]
|
||||||
|
|
||||||
The initial value of the @@toStringTag property is the string value "Object".
|
The initial value of the @@toStringTag property is the string value "Intl.RelativeTimeFormat".
|
||||||
|
|
||||||
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }.
|
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }.
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
@ -16,7 +16,7 @@ features: [Intl.RelativeTimeFormat, Symbol.toStringTag]
|
|||||||
---*/
|
---*/
|
||||||
|
|
||||||
verifyProperty(Intl.RelativeTimeFormat.prototype, Symbol.toStringTag, {
|
verifyProperty(Intl.RelativeTimeFormat.prototype, Symbol.toStringTag, {
|
||||||
value: "Object",
|
value: "Intl.RelativeTimeFormat",
|
||||||
writable: false,
|
writable: false,
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
configurable: true
|
configurable: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user