mirror of https://github.com/tc39/test262.git
Update test/built-ins/Promise/withResolvers/ctx-non-ctor.js
Co-authored-by: Ms2ger <Ms2ger@gmail.com>
This commit is contained in:
parent
15e0933cb5
commit
998f811e58
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Promise.withResolvers errors when the reciever is not a constructor
|
||||
description: Promise.withResolvers errors when the receiver is not a constructor
|
||||
esid: sec-promise.withresolvers
|
||||
features: [promise-with-resolvers]
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue