Skip to content
Snippets Groups Projects
Commit 071b5f03 authored by Mike Pennisi's avatar Mike Pennisi
Browse files

Remove unused harness file

The harness file `Test262Error.js` has not contained executable code since it
was introduced in this project [1]. The definition of the `Test262Error`
function has consistently been located in the `sta.js` harness file which test
runners are expected to inject into the test environment.

Remove the file and all references to it.

[1] See commit c33bf0e0
parent 5cb97c29
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
info: "\"while\" Statement is evaluated without syntax checks" info: "\"while\" Statement is evaluated without syntax checks"
es5id: 12.6.2_A9 es5id: 12.6.2_A9
description: Throwing system exception inside "while" loop description: Throwing system exception inside "while" loop
includes: [Test262Error.js]
---*/ ---*/
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
......
...@@ -7,7 +7,6 @@ description: > ...@@ -7,7 +7,6 @@ description: >
Strict Mode - 'runtime' error is thrown before LeftHandSide Strict Mode - 'runtime' error is thrown before LeftHandSide
evaluates to an unresolvable Reference evaluates to an unresolvable Reference
flags: [onlyStrict] flags: [onlyStrict]
includes: [Test262Error.js]
---*/ ---*/
assert.throws(Test262Error, function() { assert.throws(Test262Error, function() {
......
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