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

Intl.Locale: relocate test files

parent ef1d3a4e
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
...@@ -17,11 +17,11 @@ features: [Intl.Locale] ...@@ -17,11 +17,11 @@ features: [Intl.Locale]
assert.sameValue( assert.sameValue(
typeof Intl.Locale.prototype.minimize, typeof Intl.Locale.prototype.minimize,
"function", 'function',
"typeof Intl.Locale.prototype.minimize is function" 'typeof Intl.Locale.prototype.minimize is function'
); );
verifyProperty(Intl.Locale.prototype, "minimize", { verifyProperty(Intl.Locale.prototype, 'minimize', {
writable: true, writable: true,
enumerable: false, enumerable: false,
configurable: true, configurable: true,
......
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