[feature/template-engine] Deleted useless catch.

In tests there is no need to catch unexpected exceptions.

PHPBB3-9726
This commit is contained in:
Oleg Pudeyev 2011-05-12 09:59:17 -04:00
parent ac9a910c64
commit 581374c9c3

View file

@ -366,10 +366,6 @@ class phpbb_template_template_test extends phpbb_test_case
} }
throw $e; throw $e;
} }
// TODO: Figure out why this wasn't considered.
catch (Exception $e)
{
}
// For debugging. // For debugging.
// When testing eval path the cache file may not exist. // When testing eval path the cache file may not exist.