diff options
author | David Robillard <d@drobilla.net> | 2023-09-22 23:12:28 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-22 23:12:28 -0400 |
commit | e2e65a8c8b816a066da1f7a4843ca7f504c2b3d9 (patch) | |
tree | 5ba3dcd7dcf753067b5ee45e1ce42b30aca2e090 /test/cpp/test_path_std.cpp | |
parent | 9f2e5b963c17a13303456dd46e13fc7c2ef32039 (diff) | |
download | zix-e2e65a8c8b816a066da1f7a4843ca7f504c2b3d9.tar.gz zix-e2e65a8c8b816a066da1f7a4843ca7f504c2b3d9.tar.bz2 zix-e2e65a8c8b816a066da1f7a4843ca7f504c2b3d9.zip |
Improve test suite code coverage
Diffstat (limited to 'test/cpp/test_path_std.cpp')
-rw-r--r-- | test/cpp/test_path_std.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
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; } |