summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/test/unit/test_override_exception_handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/crashreporter/test/unit/test_override_exception_handler.js')
-rw-r--r--toolkit/crashreporter/test/unit/test_override_exception_handler.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolkit/crashreporter/test/unit/test_override_exception_handler.js b/toolkit/crashreporter/test/unit/test_override_exception_handler.js
deleted file mode 100644
index 7e7787d80..000000000
--- a/toolkit/crashreporter/test/unit/test_override_exception_handler.js
+++ /dev/null
@@ -1,12 +0,0 @@
-function run_test()
-{
- // Ensure that attempting to override the exception handler doesn't cause
- // us to lose our exception handler.
- do_crash(
- function() {
- CrashTestUtils.TryOverrideExceptionHandler();
- },
- function(mdump, extra) {
- },
- true);
-}