mirror of
https://github.com/tc39/test262.git
synced 2025-05-07 00:10:33 +02:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
function runTestCase(testcase) {
|
|
if (testcase() !== true) {
|
|
$ERROR("Test case returned non-true value!");
|
|
}
|
|
}
|