mirror of https://github.com/tc39/test262.git
Fix typo in test meta-data
The `Negative` tag accepts a string value (not a list)
This commit is contained in:
parent
f668e94b6f
commit
48dbddebdb
|
@ -7,7 +7,7 @@ description: >
|
|||
ModuleItemList also occurs in the VarDeclaredNames of ModuleItemList.
|
||||
flags: [module]
|
||||
features: [let]
|
||||
negative: [SyntaxError]
|
||||
negative: SyntaxError
|
||||
---*/
|
||||
|
||||
let x;
|
||||
|
|
Loading…
Reference in New Issue