Index: test/intl/date-format/wellformed-unsupported-locale.js |
diff --git a/test/intl/date-format/wellformed-unsupported-locale.js b/test/intl/date-format/wellformed-unsupported-locale.js |
index 6f063abbd1a07c404bb4481633ce0e2d03f26d53..8867ec644294ddc3e5ef8b8e8f5ac600284a91db 100644 |
--- a/test/intl/date-format/wellformed-unsupported-locale.js |
+++ b/test/intl/date-format/wellformed-unsupported-locale.js |
@@ -29,4 +29,4 @@ |
var dtf = Intl.DateTimeFormat(['xx']); |
-assertEquals(dtf.resolvedOptions().locale, %GetDefaultICULocale()); |
+assertEquals(dtf.resolvedOptions().locale, getDefaultLocale()); |