mirror of
https://github.com/boostorg/test.git
synced 2026-02-17 02:02:08 +00:00
decorator description slightly updated; examples fixed
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace boost::unit_test;
|
||||
|
||||
void free_test_function( int i, int j )
|
||||
{
|
||||
BOOST_CHECK( true /* test assertion */ );
|
||||
BOOST_TEST( true /* test assertion */ );
|
||||
}
|
||||
|
||||
bool init_function()
|
||||
|
||||
Reference in New Issue
Block a user