mirror of https://github.com/tc39/test262.git
Insert omitted `negative` tag
This test exercises an early error, so it should be declared with the `negative` tag.
This commit is contained in:
parent
32edc4873e
commit
c7fb97765e
|
@ -7,6 +7,7 @@ description: >
|
|||
ModuleItemList also occurs in the VarDeclaredNames of ModuleItemList.
|
||||
flags: [module]
|
||||
features: [let]
|
||||
negative: [SyntaxError]
|
||||
---*/
|
||||
|
||||
let x;
|
||||
|
|
Loading…
Reference in New Issue