Fix description of Promise constructor test (#2174)

This commit is contained in:
Aleksey Shvayka 2019-05-23 00:57:45 +03:00 committed by Leo Balter
parent 4838fc3167
commit e4fed70c9b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-promise-executor esid: sec-promise-executor
description: > description: >
Promise constructor rethrows errors raised at getting prototype. Abrupt completion from "prototype" property access
info: | info: |
25.6.3.1 Promise ( executor ) 25.6.3.1 Promise ( executor )