aboutsummaryrefslogtreecommitdiffstats
path: root/console/harness/cth.js
diff options
context:
space:
mode:
authorBrian Terlson <brian.terlson@microsoft.com>2014-12-09 13:50:48 -0800
committerBrian Terlson <brian.terlson@microsoft.com>2014-12-09 13:50:48 -0800
commitb815015d8dea9ce12692365623104a6d380eed89 (patch)
tree93bb7f77b40422bad9bd3f0cba9e389cf0620905 /console/harness/cth.js
parent1f2f7d062fdfa73b5e96b0483f90e6c40a9db53e (diff)
Remove console/harness
Diffstat (limited to 'console/harness/cth.js')
-rw-r--r--console/harness/cth.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/console/harness/cth.js b/console/harness/cth.js
deleted file mode 100644
index c741b0f8a..000000000
--- a/console/harness/cth.js
+++ /dev/null
@@ -1,15 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-
-function testRun(id, path, description, codeString, result, error) {
- if (result!=="pass") {
- throw new Error("Test '" + path + "'failed: " + error);
- }
-}
-
-function testFinished() {
- //no-op
-} \ No newline at end of file