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

This commit is contained in:
André Bargull 2017-04-10 20:34:57 +02:00 committed by Leo Balter
parent 3c79e9dbac
commit faaa4685e4
4 changed files with 3 additions and 4 deletions

View File

@ -13,7 +13,6 @@ info: |
7. Let closure be ! AsyncGeneratorFunctionCreate(Normal, FormalParameters,
AsyncGeneratorBody, funcEnv, strict).
[...]
flags: [async]
features: [async-iteration]
---*/

View File

@ -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

View File

@ -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

View File

@ -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