Bug 781386 followup: fix forgotten review nit (reset pref that this test sets on test end)

This commit is contained in:
Gavin Sharp 2012-08-11 20:55:58 -07:00
parent e5ad59c69f
commit 6af4eb755f

View File

@ -20,6 +20,7 @@ function test() {
}, true);
registerCleanupFunction(function() {
Services.prefs.clearUserPref(prefName);
gBrowser.removeTab(tab);
});
}