forked from boostorg/core
Update test_bit_floor
This commit is contained in:
@@ -21,8 +21,8 @@ template<class T> void test_bit_floor( T x )
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
BOOST_TEST( boost::core::has_single_bit( y ) );
|
BOOST_TEST( boost::core::has_single_bit( y ) );
|
||||||
BOOST_TEST_LE( y, x );
|
BOOST_TEST_LE( +y, +x );
|
||||||
BOOST_TEST_GT( y, x >> 1 );
|
BOOST_TEST_GT( +y, x >> 1 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user