mirror of https://github.com/tc39/test262.git
update assert name and length check
This commit is contained in:
parent
034e5dd201
commit
ffae81a3f6
|
@ -25,8 +25,6 @@ features: [Intl.DurationFormat]
|
|||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
||||
assert.sameValue(Intl.DurationFormat.length, 0);
|
||||
|
||||
verifyProperty(Intl.DurationFormat, 'length', {
|
||||
value: 0,
|
||||
enumerable: false,
|
||||
|
|
|
@ -21,9 +21,8 @@ features: [Intl.DurationFormat]
|
|||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
||||
assert.sameValue(Intl.DurationFormat.name, "DurationFormat");
|
||||
|
||||
verifyProperty(Intl.DurationFormat, 'name', {
|
||||
value: 'DurationFormat',
|
||||
enumerable: false,
|
||||
writable: false,
|
||||
configurable: true
|
||||
|
|
Loading…
Reference in New Issue