Remove incorrect early error machinery. Fixes gh-1175 ()

This commit is contained in:
Rick Waldron 2017-08-14 16:02:30 -04:00 committed by Leo Balter
parent bcd308b553
commit da4b85d58d
1 changed files with 1 additions and 6 deletions
test/language/expressions/arrow-function

View File

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