mirror of https://github.com/tc39/test262.git
intl402/NumberFormat/length.js: remove calls to verifyNotEnumerable, verifyNotWritable, verifyConfigurable. Fixes gh-1591
This commit is contained in:
parent
cd4371b5a7
commit
acf6de15ec
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue