mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
JavaScript Tests - regression test for bug 369404 must call jsTestDriverEnd() after reportCompare(), not part of the build
This commit is contained in:
parent
fb49368dc5
commit
f38919be2a
@ -76,6 +76,6 @@ function test()
|
||||
function crash()
|
||||
{
|
||||
gDelayTestDriverEnd = false;
|
||||
jsTestDriverEnd();
|
||||
reportCompare(expect, actual, summary);
|
||||
jsTestDriverEnd();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user