Fix typo in test meta-data

The `Negative` tag accepts a string value (not a list)
This commit is contained in:
Mike Pennisi 2015-06-17 15:44:54 -04:00
parent f668e94b6f
commit 48dbddebdb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ description: >
ModuleItemList also occurs in the VarDeclaredNames of ModuleItemList.
flags: [module]
features: [let]
negative: [SyntaxError]
negative: SyntaxError
---*/
let x;