mirror of https://github.com/tc39/test262.git
Remove incorrect early error machinery. Fixes gh-1175 (#1177)
This commit is contained in:
parent
bcd308b553
commit
da4b85d58d
test/language/expressions/arrow-function
|
@ -11,14 +11,9 @@ info: |
|
|||
|
||||
ArrowParameters[?Yield] [no LineTerminator here] => ConciseBody[?In]
|
||||
features: [default-parameters]
|
||||
flags: [onlyStrict]
|
||||
negative:
|
||||
phase: early
|
||||
type: SyntaxError
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var yield = 23;
|
||||
var f, paramValue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue