mirror of https://github.com/tc39/test262.git
Fix esids
This commit is contained in:
parent
60e41ed3cb
commit
10ac2ad03e
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.id
|
||||
esid: sec-get-temporal.calendar.prototype.id
|
||||
description: Throw a TypeError if the receiver is invalid
|
||||
features: [Symbol, Temporal]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.timezone.prototype.id
|
||||
esid: sec-get-temporal.timezone.prototype.id
|
||||
description: Throw a TypeError if the receiver is invalid
|
||||
features: [Symbol, Temporal]
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue