diff --git a/test/no_exceptions_test.cpp b/test/no_exceptions_test.cpp index bbabcfc..2609be6 100644 --- a/test/no_exceptions_test.cpp +++ b/test/no_exceptions_test.cpp @@ -9,6 +9,7 @@ #include #include #include +#include struct my_exception: @@ -38,6 +39,7 @@ boost #ifndef BOOST_NO_RTTI BOOST_TEST(s.find("my_tag")!=std::string::npos); #endif + exit(0); } }