Bug 1011786 - Reset GC zeal in reftest before returning to the browser r=terrence

This commit is contained in:
Jon Coppeard 2015-11-24 17:27:35 +00:00
parent 97e976d253
commit 041557604f

View File

@ -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");