mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 846096 - Try harder to get a CC before this test finished.
This commit is contained in:
parent
6d682e517e
commit
15bab4d947
@ -47,7 +47,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=451286
|
||||
function doFinish() {
|
||||
// Garbage collect objects created in this test can cause
|
||||
// assertions, so GC now to blame those assertions to this test.
|
||||
SpecialPowers.gc();
|
||||
SpecialPowers.forceGC();
|
||||
SpecialPowers.forceCC();
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user