mirror of https://github.com/tc39/test262.git
Add missing "flags: [module]" to top level await tests
This commit is contained in:
parent
a1acc23cd8
commit
bc406c0cf7
|
@ -33,6 +33,7 @@ info: |
|
|||
await UnaryExpression[?Yield, +Await]
|
||||
|
||||
...
|
||||
flags: [module]
|
||||
features: [top-level-await]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ info: |
|
|||
await UnaryExpression[?Yield, +Await]
|
||||
|
||||
...
|
||||
flags: [module]
|
||||
features: [top-level-await]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ info: |
|
|||
await UnaryExpression[?Yield, +Await]
|
||||
|
||||
...
|
||||
flags: [module]
|
||||
features: [top-level-await]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue