diff --git a/mozilla/xpcom/tests/unit/test_bug332389.js b/mozilla/xpcom/tests/unit/test_bug332389.js index cfe4ef15c34..91f8943e876 100644 --- a/mozilla/xpcom/tests/unit/test_bug332389.js +++ b/mozilla/xpcom/tests/unit/test_bug332389.js @@ -12,13 +12,7 @@ function run_test() { terminated = true; break; } - try { - f = f.parent - } - catch (e) { - // Exception means we reached the top of a volume, terminate - f = null; - } + f = f.parent; } do_check_true(terminated);