From bb4729126c12dc9f574c55022ece2b874b0fd98f Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Mon, 19 Jul 2021 14:30:08 -0700 Subject: [PATCH] Remove incorrect lines --- .../Temporal/Calendar/prototype/daysInMonth/plain-date-time.js | 1 - .../Temporal/Calendar/prototype/daysInMonth/plain-date.js | 1 - test/built-ins/Temporal/Calendar/prototype/daysInMonth/string.js | 1 - 3 files changed, 3 deletions(-) diff --git a/test/built-ins/Temporal/Calendar/prototype/daysInMonth/plain-date-time.js b/test/built-ins/Temporal/Calendar/prototype/daysInMonth/plain-date-time.js index 8d99c84bb5..ca8cb07d2f 100644 --- a/test/built-ins/Temporal/Calendar/prototype/daysInMonth/plain-date-time.js +++ b/test/built-ins/Temporal/Calendar/prototype/daysInMonth/plain-date-time.js @@ -5,7 +5,6 @@ esid: sec-temporal.calendar.prototype.daysinmonth description: Temporal.Calendar.prototype.daysInMonth will take Temporal.PlainDateTime object and return the number of days in that month. - and return Array of the same content. info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/daysInMonth/plain-date.js b/test/built-ins/Temporal/Calendar/prototype/daysInMonth/plain-date.js index 5453a298fd..2b13e12f3e 100644 --- a/test/built-ins/Temporal/Calendar/prototype/daysInMonth/plain-date.js +++ b/test/built-ins/Temporal/Calendar/prototype/daysInMonth/plain-date.js @@ -5,7 +5,6 @@ esid: sec-temporal.calendar.prototype.daysinmonth description: Temporal.Calendar.prototype.daysInMonth will take Temporal.PlainDate object and return the number of days in that month. - and return Array of the same content. info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/daysInMonth/string.js b/test/built-ins/Temporal/Calendar/prototype/daysInMonth/string.js index a4eb883b5e..70f96d3b53 100644 --- a/test/built-ins/Temporal/Calendar/prototype/daysInMonth/string.js +++ b/test/built-ins/Temporal/Calendar/prototype/daysInMonth/string.js @@ -5,7 +5,6 @@ esid: sec-temporal.calendar.prototype.daysinmonth description: Temporal.Calendar.prototype.daysInMonth will take ISO8601 string and return the number of days in that month. - and return Array of the same content. info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).