mirror of https://github.com/tc39/test262.git
Update test/built-ins/Temporal/PlainDate/compare/argument-zoneddatetime.js
Co-authored-by: Philip Chimento <philip.chimento@gmail.com>
This commit is contained in:
parent
820461ef4b
commit
b1f49b5c46
|
@ -12,7 +12,7 @@ assert.sameValue(
|
|||
Temporal.PlainDate.compare(zdt, new Temporal.PlainDate(1970, 1, 1)),
|
||||
0, "same date, ZDT first");
|
||||
assert.sameValue(
|
||||
Temporal.PlainDate.compare(zdt, new Temporal.PlainDate(1970, 1, 1)),
|
||||
Temporal.PlainDate.compare(new Temporal.PlainDate(1970, 1, 1), zdt),
|
||||
0, "same date, ZDT second");
|
||||
assert.sameValue(
|
||||
Temporal.PlainDate.compare(zdt, new Temporal.PlainDate(1976, 11, 18)),
|
||||
|
|
Loading…
Reference in New Issue