diff options
Diffstat (limited to 'test/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; } |