From 0e0bf3c6bd60a3507dfd09050689da2adfe8a2e3 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Wed, 23 Apr 2025 11:47:00 -0700 Subject: [PATCH] Fix locale --- .../prototype/format/temporal-objects-formatting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/DateTimeFormat/prototype/format/temporal-objects-formatting.js b/test/intl402/DateTimeFormat/prototype/format/temporal-objects-formatting.js index 9dfcff116e..ce3b51cd88 100644 --- a/test/intl402/DateTimeFormat/prototype/format/temporal-objects-formatting.js +++ b/test/intl402/DateTimeFormat/prototype/format/temporal-objects-formatting.js @@ -4,7 +4,7 @@ /*--- esid: sec-datetime-format-functions description: Different combinations of style options and Temporal types format correctly. -locale: [en] +locale: [en-US] features: [Temporal] ---*/