mirror of https://github.com/tc39/test262.git
Merge pull request #417 from anba/remove-runTestCase
Remove harness/runTestCase.js
This commit is contained in:
commit
1cc05a4615
harness
|
@ -1,5 +0,0 @@
|
|||
function runTestCase(testcase) {
|
||||
if (testcase() !== true) {
|
||||
$ERROR("Test case returned non-true value!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue