mirror of https://github.com/tc39/test262.git
Merge pull request #312 from bocoup/add-omitted-negative
Insert omitted `negative` tag
This commit is contained in:
commit
36cbdcf8ec
|
@ -7,6 +7,7 @@ description: >
|
||||||
ModuleItemList also occurs in the VarDeclaredNames of ModuleItemList.
|
ModuleItemList also occurs in the VarDeclaredNames of ModuleItemList.
|
||||||
flags: [module]
|
flags: [module]
|
||||||
features: [let]
|
features: [let]
|
||||||
|
negative: [SyntaxError]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
let x;
|
let x;
|
||||||
|
|
Loading…
Reference in New Issue