Merge pull request from anba/remove-runTestCase

Remove harness/runTestCase.js
This commit is contained in:
Rick Waldron 2015-09-04 15:20:54 -04:00
commit 1cc05a4615
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
function runTestCase(testcase) {
if (testcase() !== true) {
$ERROR("Test case returned non-true value!");
}
}