blob: 4278223645ffdd652efb7c2320dc956dcbea56c9 [file] [log] [blame]
var jsTestIsAsync = true;
function finishTest(error)
{
if (error) {
if (error.toString)
error = error.toString();
if (typeof error === 'string')
testFailed(error);
else
debug("WARN: cannot print error because it is not a string");
}
finishJSTest();
}