mirror of https://github.com/tc39/test262.git
Intl.Locale: relocate test files
This commit is contained in:
parent
ef1d3a4eb6
commit
bd7b77c17d
|
@ -17,11 +17,11 @@ features: [Intl.Locale]
|
|||
|
||||
assert.sameValue(
|
||||
typeof Intl.Locale.prototype.minimize,
|
||||
"function",
|
||||
"typeof Intl.Locale.prototype.minimize is function"
|
||||
'function',
|
||||
'typeof Intl.Locale.prototype.minimize is function'
|
||||
);
|
||||
|
||||
verifyProperty(Intl.Locale.prototype, "minimize", {
|
||||
verifyProperty(Intl.Locale.prototype, 'minimize', {
|
||||
writable: true,
|
||||
enumerable: false,
|
||||
configurable: true,
|
||||
|
|
Loading…
Reference in New Issue