Skip to content
Snippets Groups Projects
Commit faaa4685 authored by André Bargull's avatar André Bargull Committed by Leo Balter
Browse files

Remove invalid async-flag from syntax error tests (#959)

parent 3c79e9db
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ info: |
7. Let closure be ! AsyncGeneratorFunctionCreate(Normal, FormalParameters,
AsyncGeneratorBody, funcEnv, strict).
[...]
flags: [async]
features: [async-iteration]
---*/
......
......@@ -5,7 +5,7 @@
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (async generator named function expression)
esid: sec-asyncgenerator-definitions-evaluation
features: [default-parameters, async-iteration]
flags: [generated, async]
flags: [generated]
negative:
phase: early
type: SyntaxError
......
......@@ -5,7 +5,7 @@
description: RestParameter does not support an initializer (async generator named function expression)
esid: sec-asyncgenerator-definitions-evaluation
features: [default-parameters, async-iteration]
flags: [generated, async]
flags: [generated]
negative:
phase: early
type: SyntaxError
......
......@@ -5,7 +5,7 @@
description: It's a syntax error if a FunctionRestParameter is followed by a trailing comma (async generator named function expression)
esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration]
flags: [generated, async]
flags: [generated]
negative:
phase: early
type: SyntaxError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment