mirror of https://github.com/tc39/test262.git
Remove harness/runTestCase.js
This commit is contained in:
parent
39b5b7272c
commit
9a3f810465
|
@ -1,5 +0,0 @@
|
|||
function runTestCase(testcase) {
|
||||
if (testcase() !== true) {
|
||||
$ERROR("Test case returned non-true value!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue