mirror of https://github.com/tc39/test262.git
Update test/intl402/DurationFormat/instance/length.js
Thanks Co-authored-by: Ms2ger <Ms2ger@gmail.com>
This commit is contained in:
parent
95613d4ec8
commit
034e5dd201
|
@ -28,6 +28,7 @@ includes: [propertyHelper.js]
|
|||
assert.sameValue(Intl.DurationFormat.length, 0);
|
||||
|
||||
verifyProperty(Intl.DurationFormat, 'length', {
|
||||
value: 0,
|
||||
enumerable: false,
|
||||
writable: false,
|
||||
configurable: true
|
||||
|
|
Loading…
Reference in New Issue