diff --git a/test/intl402/Intl/getCanonicalLocales/Locale-object.js b/test/intl402/Intl/getCanonicalLocales/Locale-object.js index c253443e56..d5abe3ec0e 100644 --- a/test/intl402/Intl/getCanonicalLocales/Locale-object.js +++ b/test/intl402/Intl/getCanonicalLocales/Locale-object.js @@ -14,7 +14,7 @@ features: [Intl.Locale] assert.compareArray(Intl.getCanonicalLocales([ "fr-CA", - new Intl.Locale("en-gb-oed"), + new Intl.Locale("en-gb-oxendict"), "de", new Intl.Locale("jp", { "calendar": "gregory" }), "zh",