Remove unncessary output from unit tests

This commit is contained in:
Glen Fernandes
2021-06-08 00:04:57 -04:00
parent 85fd15029d
commit 61b2358066
2 changed files with 0 additions and 2 deletions

View File

@ -118,6 +118,5 @@ int main()
BOOST_TEST(false); BOOST_TEST(false);
} }
std::cout << "no errors detected\n";
return boost::report_errors(); return boost::report_errors();
} }

View File

@ -150,6 +150,5 @@ int main()
# endif # endif
#endif #endif
std::cout << "no errors detected\n";
return boost::report_errors(); return boost::report_errors();
} }