mirror of
https://github.com/tc39/test262.git
synced 2025-12-07 22:09:47 +01:00
Temporal: Fix rebase error in test
This commit is contained in:
parent
15ff5752ab
commit
de78e27f89
@ -33,7 +33,7 @@ for (let [nonLeapMonthCode, month, referenceISODay] of months2022TestData) {
|
||||
const result = Temporal.PlainYearMonth.from(fields, { overflow: "constrain" });
|
||||
TemporalHelpers.assertPlainYearMonth(
|
||||
result,
|
||||
year, month, nonLeapMonthCode,
|
||||
2022, month, nonLeapMonthCode,
|
||||
`Chinese intercalary month ${leapMonthCode} is constrained to ${nonLeapMonthCode} in year 2022 (overflow constrain)`,
|
||||
/* era = */ undefined, /* era year = */ undefined, referenceISODay
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user