Bug 846096 - Try harder to get a CC before this test finished.

This commit is contained in:
Ms2ger 2013-03-02 10:15:55 +01:00
parent 6d682e517e
commit 15bab4d947

View File

@ -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();
}