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