mirror of
https://github.com/tc39/test262.git
synced 2025-05-05 15:30:32 +02:00
fix
This commit is contained in:
parent
affe579677
commit
4be59efd30
@ -22,7 +22,7 @@ info: |
|
||||
[...]
|
||||
|
||||
flags: [async]
|
||||
features: [Symbol.iterator, computed-property-names]
|
||||
features: [Symbol.iterator, computed-property-names, arrow-function]
|
||||
---*/
|
||||
|
||||
let returnCount = 0;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -22,7 +22,7 @@ info: |
|
||||
[...]
|
||||
|
||||
flags: [async]
|
||||
features: [Symbol.iterator, computed-property-names]
|
||||
features: [Symbol.iterator, computed-property-names, arrow-function]
|
||||
---*/
|
||||
|
||||
let returnCount = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user