summaryrefslogtreecommitdiffstats
path: root/test/cpp/test_path_std.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-22 23:12:28 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 23:12:28 -0400
commite2e65a8c8b816a066da1f7a4843ca7f504c2b3d9 (patch)
tree5ba3dcd7dcf753067b5ee45e1ce42b30aca2e090 /test/cpp/test_path_std.cpp
parent9f2e5b963c17a13303456dd46e13fc7c2ef32039 (diff)
downloadzix-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.cpp7
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;
}