mirror of https://github.com/tc39/test262.git
Update test/built-ins/Temporal/PlainDate/prototype/with/calendar-invalid-return.js
Co-authored-by: Philip Chimento <philip.chimento@gmail.com>
This commit is contained in:
parent
1a9f64cda3
commit
bdd4bfa619
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.plaindate.prototype.with
|
||||
description: Throw when the returned value is not a PlainDate.
|
||||
description: Throw when the returned value from the calendar's dateFromFields method is not a PlainDate.
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue