mirror of https://github.com/tc39/test262.git
Update test/built-ins/Promise/withResolvers/ctx-ctor.js
Co-authored-by: Linus Groh <mail@linusgroh.de>
This commit is contained in:
parent
998f811e58
commit
2a4c458002
|
@ -2,7 +2,7 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Promise.withResolvers produces instances of the reciever
|
description: Promise.withResolvers produces instances of the receiver
|
||||||
esid: sec-promise.withresolvers
|
esid: sec-promise.withresolvers
|
||||||
features: [promise-with-resolvers]
|
features: [promise-with-resolvers]
|
||||||
---*/
|
---*/
|
||||||
|
|
Loading…
Reference in New Issue