JavaScript Tests - regression test for bug 369404 must call jsTestDriverEnd() after reportCompare(), not part of the build

This commit is contained in:
bclary@bclary.com 2007-12-14 08:35:17 -08:00
Родитель 6dd7c7585e
Коммит 04c40cc688
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -76,6 +76,6 @@ function test()
function crash()
{
gDelayTestDriverEnd = false;
jsTestDriverEnd();
reportCompare(expect, actual, summary);
jsTestDriverEnd();
}