Remove getCanonicalLocales

This commit is contained in:
Frank Yung-Fong Tang 2019-02-07 15:48:22 -08:00 committed by Rick Waldron
parent 8f713575e9
commit b30d3013dc
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ const regularGrandfathered = [
];
for (const {tag, canonical, maximized = canonical, minimized = canonical} of regularGrandfathered) {
assert.sameValue(Intl.getCanonicalLocales(tag)[0], canonical);
const loc = new Intl.Locale(tag);
assert.sameValue(loc.toString(), canonical);