From 53efc94750217724ed311758c1e02aad95807db4 Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Mon, 13 Sep 2021 16:47:02 -0700 Subject: [PATCH] Update long-input.js --- .../Temporal/Calendar/prototype/fields/long-input.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/built-ins/Temporal/Calendar/prototype/fields/long-input.js b/test/built-ins/Temporal/Calendar/prototype/fields/long-input.js index 5225463f3db..c4d36b42413 100644 --- a/test/built-ins/Temporal/Calendar/prototype/fields/long-input.js +++ b/test/built-ins/Temporal/Calendar/prototype/fields/long-input.js @@ -4,8 +4,8 @@ /*--- esid: sec-temporal.calendar.prototype.fields description: > - Temporal.Calendar.prototype.fields will take iterable of any size and any string - and return Array of the same content. + Temporal.Calendar.prototype.fields will throw when its input iterable yields an + invalid field. info: | ## 12.4.21 Temporal.Calendar.prototype.fields ( fields ) 1. Let calendar be the this value.