Remove unreasonable expectation

This commit is contained in:
Frank Yung-Fong Tang 2019-02-12 18:44:31 -08:00 committed by Rick Waldron
parent cc09757478
commit 565d7d5b7d
1 changed files with 0 additions and 1 deletions

View File

@ -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);