Skip to content
Snippets Groups Projects
Commit 64cdeaf1 authored by Rick Waldron's avatar Rick Waldron
Browse files

Remove erroneous remnant $ERROR calls from negative SyntaxError tests

parent 42ca7bbf
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,4 @@ negative:
throw "Test262: This statement should not be evaluated.";
$ERROR('This code should not be executed.');
try { } catch ([x, x]) {}
......@@ -14,6 +14,4 @@ features: [let]
throw "Test262: This statement should not be evaluated.";
$ERROR('This code should not be executed.');
try { } catch (x) { let x; }
......@@ -18,6 +18,4 @@ negative:
throw "Test262: This statement should not be evaluated.";
$ERROR('This code should not be executed.');
try { } catch (x) { for (var x of []) {} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment