diff --git a/test/intl402/Intl/getCanonicalLocales/Locale-object.js b/test/intl402/Intl/getCanonicalLocales/Locale-object.js index c253443e5686586a8a40aee1ecea77ca9490523f..d5abe3ec0e1ffa41906969711fc6efb927d48847 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",