mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Remove incorrect early error machinery. Fixes gh-1175 (#1177)
This commit is contained in:
parent
bcd308b553
commit
da4b85d58d
@ -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…
x
Reference in New Issue
Block a user