forked from boostorg/logic
Remove unncessary output from unit tests
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
@ -150,6 +150,5 @@ int main()
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
std::cout << "no errors detected\n";
|
|
||||||
return boost::report_errors();
|
return boost::report_errors();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user