michael@0: function run_test() michael@0: { michael@0: // Ensure that attempting to override the exception handler doesn't cause michael@0: // us to lose our exception handler. michael@0: do_crash( michael@0: function() { michael@0: CrashTestUtils.TryOverrideExceptionHandler(); michael@0: }, michael@0: function(mdump, extra) { michael@0: }, michael@0: true); michael@0: }