Intl.Locale: relocate test files

This commit is contained in:
Rick Waldron 2018-05-17 17:14:01 -04:00
parent ef1d3a4eb6
commit bd7b77c17d
14 changed files with 3 additions and 3 deletions

View File

@ -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,