remove unnecessary exception handling code in unit test for bug 332389. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@221771 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user