Skip to content

Commit

Permalink
fixup! Refactor DeleteExpression tests for parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike authored and rwaldron committed Jan 17, 2018
1 parent cae69a9 commit c4e02a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/language/expressions/delete/identifier-strict.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ negative:
flags: [onlyStrict]
---*/

throw "Test262: This statement should not be evaluated.";

delete test262identifier;

0 comments on commit c4e02a7

Please sign in to comment.