intl402/NumberFormat/length.js: remove calls to verifyNotEnumerable, verifyNotWritable, verifyConfigurable. Fixes gh-1591

This commit is contained in:
Rick Waldron 2018-06-07 22:14:22 -04:00
parent cd4371b5a7
commit acf6de15ec
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,6 @@ includes: [propertyHelper.js]
assert.sameValue(Intl.NumberFormat.length, 0);
verifyNotEnumerable(Intl.NumberFormat, "length");
verifyNotWritable(Intl.NumberFormat, "length");
verifyConfigurable(Intl.NumberFormat, "length");
verifyProperty(Intl.NumberFormat, 'length', {
value: 0,
writable: false,