Remove harness/runTestCase.js

This commit is contained in:
André Bargull 2015-08-13 18:13:45 +02:00
parent 39b5b7272c
commit 9a3f810465
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!");
}
}