Skip to content
Snippets Groups Projects
Commit acf6de15 authored by Rick Waldron's avatar Rick Waldron
Browse files

intl402/NumberFormat/length.js: remove calls to verifyNotEnumerable,...

intl402/NumberFormat/length.js: remove calls to verifyNotEnumerable, verifyNotWritable, verifyConfigurable. Fixes gh-1591
parent cd4371b5
No related branches found
No related tags found
No related merge requests found
...@@ -26,10 +26,6 @@ includes: [propertyHelper.js] ...@@ -26,10 +26,6 @@ includes: [propertyHelper.js]
assert.sameValue(Intl.NumberFormat.length, 0); assert.sameValue(Intl.NumberFormat.length, 0);
verifyNotEnumerable(Intl.NumberFormat, "length");
verifyNotWritable(Intl.NumberFormat, "length");
verifyConfigurable(Intl.NumberFormat, "length");
verifyProperty(Intl.NumberFormat, 'length', { verifyProperty(Intl.NumberFormat, 'length', {
value: 0, value: 0,
writable: false, writable: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment