Fixed wrong `esid` and `features` in a Promise.all test

This commit is contained in:
jhnaldo 2020-04-16 15:19:28 +09:00 committed by Rick Waldron
parent 048b6b54ff
commit 68205eb76c
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
/*---
description: >
Gets constructor's `resolve` method once from zero to many invocations.
esid: sec-promise.allsettled
esid: sec-promise.all
info: |
Runtime Semantics: PerformPromiseAll
@ -14,7 +14,7 @@ info: |
1. Repeat,
...
1. Let nextPromise be ? Call(promiseResolve, constructor, « nextValue »).
features: [Promise.allSettled]
features: [Promise.all]
---*/
var resolve = Promise.resolve;