Add missing "flags: [module]" to top level await tests

This commit is contained in:
Nicolò Ribaudo 2019-10-03 11:35:48 +02:00
parent a1acc23cd8
commit bc406c0cf7
No known key found for this signature in database
GPG Key ID: 6F2E38DF3E4A6D0C
3 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ info: |
await UnaryExpression[?Yield, +Await]
...
flags: [module]
features: [top-level-await]
---*/

View File

@ -33,6 +33,7 @@ info: |
await UnaryExpression[?Yield, +Await]
...
flags: [module]
features: [top-level-await]
---*/

View File

@ -33,6 +33,7 @@ info: |
await UnaryExpression[?Yield, +Await]
...
flags: [module]
features: [top-level-await]
---*/