mirror of
https://github.com/boostorg/utility.git
synced 2025-10-10 15:45:20 +02:00
Utility tests should use lightweight_test instead of test
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
//
|
||||
// Sample POD type
|
||||
@@ -289,7 +289,7 @@ bool test ( T const& y, T const& z )
|
||||
return boost::detail::test_errors() == errors_before_test ;
|
||||
}
|
||||
|
||||
int main(int, char **)
|
||||
int main()
|
||||
{
|
||||
BOOST_TEST ( test( 0,1234 ) ) ;
|
||||
BOOST_TEST ( test( 0.0,12.34 ) ) ;
|
||||
|
Reference in New Issue
Block a user