mirror of https://github.com/tc39/test262.git
Remove unreasonable expectation
This commit is contained in:
parent
cc09757478
commit
565d7d5b7d
|
@ -125,7 +125,6 @@ for (const {tag} of regularGrandfathered) {
|
|||
|
||||
for (const extra of extras) {
|
||||
const loc = new Intl.Locale(tag + "-" + extra);
|
||||
assert.sameValue(loc.toString(), tag + "-" + extra);
|
||||
|
||||
assert.sameValue(loc.maximize().toString(), tagMax + "-" + extra);
|
||||
assert.sameValue(loc.maximize().maximize().toString(), tagMax + "-" + extra);
|
||||
|
|
Loading…
Reference in New Issue