diff --git a/test/intl402/DurationFormat/instance/length.js b/test/intl402/DurationFormat/instance/length.js index 529a1ec87f..683bfcbb83 100644 --- a/test/intl402/DurationFormat/instance/length.js +++ b/test/intl402/DurationFormat/instance/length.js @@ -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