From e2e65a8c8b816a066da1f7a4843ca7f504c2b3d9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Sep 2023 23:12:28 -0400 Subject: Improve test suite code coverage --- test/cpp/test_path_std.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/cpp/test_path_std.cpp') diff --git a/test/cpp/test_path_std.cpp b/test/cpp/test_path_std.cpp index db38cfa..cabf3da 100644 --- a/test/cpp/test_path_std.cpp +++ b/test/cpp/test_path_std.cpp @@ -501,11 +501,6 @@ run() int main() { - try { - run(); - } catch (...) { - return 1; - } - + run(); return 0; } -- cgit v1.2.1