diff --git a/test/built-ins/Temporal/Duration/prototype/prop-desc.js b/test/built-ins/Temporal/Duration/prototype/prop-desc.js index b9fe480608..54c25e8fc6 100644 --- a/test/built-ins/Temporal/Duration/prototype/prop-desc.js +++ b/test/built-ins/Temporal/Duration/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-duration-prototype +esid: sec-temporal.duration.prototype description: The "prototype" property of Temporal.Duration includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/Instant/prototype/prop-desc.js b/test/built-ins/Temporal/Instant/prototype/prop-desc.js index 77af03ff51..98a74d5f09 100644 --- a/test/built-ins/Temporal/Instant/prototype/prop-desc.js +++ b/test/built-ins/Temporal/Instant/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-instant-prototype +esid: sec-temporal.instant.prototype description: The "prototype" property of Temporal.Instant includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/PlainDate/prototype/prop-desc.js b/test/built-ins/Temporal/PlainDate/prototype/prop-desc.js index 89e4eb9346..e5662adf38 100644 --- a/test/built-ins/Temporal/PlainDate/prototype/prop-desc.js +++ b/test/built-ins/Temporal/PlainDate/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plaindate-prototype +esid: sec-temporal.plaindate.prototype description: The "prototype" property of Temporal.PlainDate includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/PlainDateTime/prototype/prop-desc.js b/test/built-ins/Temporal/PlainDateTime/prototype/prop-desc.js index e93bcb987a..b09bb398f2 100644 --- a/test/built-ins/Temporal/PlainDateTime/prototype/prop-desc.js +++ b/test/built-ins/Temporal/PlainDateTime/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plaindatetime-prototype +esid: sec-temporal.plaindatetime.prototype description: The "prototype" property of Temporal.PlainDateTime includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/PlainMonthDay/prototype/prop-desc.js b/test/built-ins/Temporal/PlainMonthDay/prototype/prop-desc.js index 200a51d839..912e5755ae 100644 --- a/test/built-ins/Temporal/PlainMonthDay/prototype/prop-desc.js +++ b/test/built-ins/Temporal/PlainMonthDay/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plainmonthday-prototype +esid: sec-temporal.plainmonthday.prototype description: The "prototype" property of Temporal.PlainMonthDay includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/PlainTime/prototype/prop-desc.js b/test/built-ins/Temporal/PlainTime/prototype/prop-desc.js index 7b000b1aa7..a5da300792 100644 --- a/test/built-ins/Temporal/PlainTime/prototype/prop-desc.js +++ b/test/built-ins/Temporal/PlainTime/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plaintime-prototype +esid: sec-temporal.plaintime.prototype description: The "prototype" property of Temporal.PlainTime includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/PlainYearMonth/prototype/prop-desc.js b/test/built-ins/Temporal/PlainYearMonth/prototype/prop-desc.js index b7567778e2..adc735194d 100644 --- a/test/built-ins/Temporal/PlainYearMonth/prototype/prop-desc.js +++ b/test/built-ins/Temporal/PlainYearMonth/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plainyearmonth-prototype +esid: sec-temporal.plainyearmonth.prototype description: The "prototype" property of Temporal.PlainYearMonth includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/ZonedDateTime/prototype/prop-desc.js b/test/built-ins/Temporal/ZonedDateTime/prototype/prop-desc.js index 17061e5b51..6148dbd1f8 100644 --- a/test/built-ins/Temporal/ZonedDateTime/prototype/prop-desc.js +++ b/test/built-ins/Temporal/ZonedDateTime/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-zoneddatetime-prototype +esid: sec-temporal.zoneddatetime.prototype description: The "prototype" property of Temporal.ZonedDateTime includes: [propertyHelper.js] features: [Temporal]