mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
remove unnecessary exception handling code in unit test for bug 332389. r=jwalden
This commit is contained in:
parent
4679053296
commit
477cf561bf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user