diff --git a/test/harness/framework.js b/test/harness/framework.js index bf799b801c..04164e18ce 100644 --- a/test/harness/framework.js +++ b/test/harness/framework.js @@ -17,17 +17,6 @@ function testPrint(message) { } -function $PRINT(message) { - testPrint(message); -} -function $INCLUDE(message) { } -function $ERROR(message) { - testFailed(message); -} -function $FAIL(message) { - testFailed(message); -} - /** * It is not yet clear that runTestCase should pass the global object * as the 'this' binding in the call to testcase.