summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/downloads/tests/unit/head_downloads.js
blob: 4f199e5cf3b15839165200ea22ba8a030bf6b894 (plain)
1
2
3
4
5
Components.utils.import("resource://gre/modules/Services.jsm");

do_register_cleanup(function() {
  Services.obs.notifyObservers(null, "quit-application", null);
});