mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 04:54:44 +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]
|
ArrowParameters[?Yield] [no LineTerminator here] => ConciseBody[?In]
|
||||||
features: [default-parameters]
|
features: [default-parameters]
|
||||||
flags: [onlyStrict]
|
flags: [noStrict]
|
||||||
negative:
|
|
||||||
phase: early
|
|
||||||
type: SyntaxError
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
|
||||||
|
|
||||||
var yield = 23;
|
var yield = 23;
|
||||||
var f, paramValue;
|
var f, paramValue;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user