mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 20:44:43 +02:00
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…
x
Reference in New Issue
Block a user