From b337eaf7c7b9bb90991132d0018fdd1d441545ae Mon Sep 17 00:00:00 2001
From: Frank Yung-Fong Tang <41213225+FrankYFTang@users.noreply.github.com>
Date: Mon, 28 Jan 2019 07:59:07 -0800
Subject: [PATCH] change irregular grandfather tag to it's canonical (#2048)

---
 test/intl402/Intl/getCanonicalLocales/Locale-object.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",
-- 
GitLab