commit | 8cff3804868f95f6b4fd92c7ec22d1cb8f169854 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sun Apr 21 20:17:27 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jul 23 13:38:02 2019 -0700 |
tree | 98d02a0407208d1b3d5c7fa6304c5d28db7da5db | |
parent | 7ed1b286ae1620dd629d8cee8ae33ac4f7c53ecf [diff] |
test: Don't catch exceptions needlessly If exceptions happen the test will fail anyway. We aren't catching all possible exceptions so just get rid of the superfluous try catch blocks. Change-Id: I56b7b59475b4adea8532dd0aded0966609ffb7f3 Signed-off-by: William A. Kennington III <wak@google.com>