mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
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…
x
Reference in New Issue
Block a user