Skip to content
Snippets Groups Projects
Commit 9a3f8104 authored by André Bargull's avatar André Bargull
Browse files

Remove harness/runTestCase.js

parent 39b5b727
No related branches found
No related tags found
No related merge requests found
function runTestCase(testcase) {
if (testcase() !== true) {
$ERROR("Test case returned non-true value!");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment