mirror of
https://github.com/boostorg/logic.git
synced 2025-07-29 19:57:17 +02:00
Remove unncessary output from unit tests
This commit is contained in:
@ -118,6 +118,5 @@ int main()
|
||||
BOOST_TEST(false);
|
||||
}
|
||||
|
||||
std::cout << "no errors detected\n";
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
@ -150,6 +150,5 @@ int main()
|
||||
# endif
|
||||
#endif
|
||||
|
||||
std::cout << "no errors detected\n";
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
Reference in New Issue
Block a user