X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Freentrant.cpp;fp=test%2Freentrant.cpp;h=7442c313ee215a2ed13967cae3534a7128400111;hp=c60baaed500518354cea166949fb8c8b751b18e4;hb=441d41fe583765902aa2f9641c0977e295e62be3;hpb=696c95c2808d6f88df2b348f9e77fc66c9068976 diff --git a/test/reentrant.cpp b/test/reentrant.cpp index c60baae..7442c31 100644 --- a/test/reentrant.cpp +++ b/test/reentrant.cpp @@ -188,6 +188,9 @@ class test_reentrant : public TestFixture } catch (exception &e) { cerr << "caught exception: " << e.what() << endl; + } catch(...) + { + std::cerr << "exception in child. ignoring\n"; } // don't call atexit and stuff