mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1011786 - Reset GC zeal in reftest before returning to the browser r=terrence
This commit is contained in:
parent
97e976d253
commit
041557604f
@ -28,4 +28,7 @@ x = JSON.parse('{"foo":[], "bar":[]}');
|
||||
if (typeof reportCompare === "function")
|
||||
reportCompare(true, true);
|
||||
|
||||
if (typeof gczeal === "function")
|
||||
gczeal(0);
|
||||
|
||||
print("Tests complete");
|
||||
|
Loading…
Reference in New Issue
Block a user