Index: test/intl/number-format/wellformed-unsupported-locale.js |
diff --git a/test/intl/number-format/wellformed-unsupported-locale.js b/test/intl/number-format/wellformed-unsupported-locale.js |
index 195eba4c19e09b218381727a4eeb4302338163c0..e3fe9cc087fa08282a5b4deef6deacd39b8ec25b 100644 |
--- a/test/intl/number-format/wellformed-unsupported-locale.js |
+++ b/test/intl/number-format/wellformed-unsupported-locale.js |
@@ -29,4 +29,4 @@ |
var nf = Intl.NumberFormat(['xx']); |
-assertEquals(nf.resolvedOptions().locale, %GetDefaultICULocale()); |
+assertEquals(nf.resolvedOptions().locale, getDefaultLocale()); |