forked from boostorg/iterator
Correct testing bugs:
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST (in my code only) or adding "return boost::report_errors();" where it was clearly missing (and a pure bug, in anyone's code). [SVN r37057]
This commit is contained in:
@ -170,6 +170,5 @@ int main()
|
||||
#endif
|
||||
}
|
||||
|
||||
std::cout << "test successful " << std::endl;
|
||||
return boost::exit_success;
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
Reference in New Issue
Block a user