mirror of https://github.com/tc39/test262.git
Fix description of Promise constructor test (#2174)
This commit is contained in:
parent
4838fc3167
commit
e4fed70c9b
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-promise-executor
|
||||
description: >
|
||||
Promise constructor rethrows errors raised at getting prototype.
|
||||
Abrupt completion from "prototype" property access
|
||||
info: |
|
||||
25.6.3.1 Promise ( executor )
|
||||
|
||||
|
|
Loading…
Reference in New Issue