aboutsummaryrefslogtreecommitdiffstats
path: root/website/harness/sth.js
diff options
context:
space:
mode:
Diffstat (limited to 'website/harness/sth.js')
-rw-r--r--website/harness/sth.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/website/harness/sth.js b/website/harness/sth.js
index f60ce5758..8d2658d86 100644
--- a/website/harness/sth.js
+++ b/website/harness/sth.js
@@ -127,11 +127,6 @@ function BrowserRunner() {
//TODO: these should be moved to sta.js
var includes = code.match(/\$INCLUDE\(([^\)]+)\)/g), // find all of the $INCLUDE statements
include;
- iwin.Test262Error = Test262Error;
- iwin.$ERROR = $ERROR;
- iwin.$FAIL = $FAIL;
- iwin.$PRINT = function () { };
- iwin.$INCLUDE = function () { };
if (includes !== null) {
// We have some includes, so loop through each include and