Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakh committed Apr 28, 2020
1 parent 3b853d6 commit a3c0049
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/built-ins/Promise/all/resolve-not-callable-close.js
Expand Up @@ -22,7 +22,7 @@ info: |
[...]
flags: [async]
features: [Symbol.iterator, computed-property-names]
features: [Symbol.iterator, computed-property-names, arrow-function]
---*/

let returnCount = 0;
Expand Down
Expand Up @@ -19,7 +19,7 @@ info: |
[...]
flags: [async]
features: [Promise.allSettled, Symbol.iterator, computed-property-names]
features: [Promise.allSettled, Symbol.iterator, computed-property-names, arrow-function]
---*/

let returnCount = 0;
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/Promise/any/resolve-not-callable-close.js
Expand Up @@ -19,7 +19,7 @@ info: |
[...]
flags: [async]
features: [Promise.any, Symbol.iterator, computed-property-names]
features: [Promise.any, Symbol.iterator, computed-property-names, arrow-function]
---*/

let returnCount = 0;
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/Promise/race/resolve-not-callable-close.js
Expand Up @@ -22,7 +22,7 @@ info: |
[...]
flags: [async]
features: [Symbol.iterator, computed-property-names]
features: [Symbol.iterator, computed-property-names, arrow-function]
---*/

let returnCount = 0;
Expand Down

0 comments on commit a3c0049

Please sign in to comment.