diff --git a/test/test-main.cc b/test/test-main.cc index 350044da..ef412406 100644 --- a/test/test-main.cc +++ b/test/test-main.cc @@ -52,8 +52,8 @@ int main(int argc, char **argv) { _CrtSetReportFile(_CRT_ERROR, _CRTDBG_FILE_STDERR); _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR); - testing::InitGoogleTest(&argc, argv); try { + testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); } catch (...) { // Catch all exceptions to make Coverity happy.