summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/downloads/tests/unit/head_downloads.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/downloads/tests/unit/head_downloads.js')
-rw-r--r--toolkit/mozapps/downloads/tests/unit/head_downloads.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolkit/mozapps/downloads/tests/unit/head_downloads.js b/toolkit/mozapps/downloads/tests/unit/head_downloads.js
deleted file mode 100644
index 4f199e5cf..000000000
--- a/toolkit/mozapps/downloads/tests/unit/head_downloads.js
+++ /dev/null
@@ -1,5 +0,0 @@
-Components.utils.import("resource://gre/modules/Services.jsm");
-
-do_register_cleanup(function() {
- Services.obs.notifyObservers(null, "quit-application", null);
-});