mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue