2
0
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:
Gennadiy Rozental
2015-05-23 02:07:50 -04:00
parent 1a3893dae0
commit bec860b3d9
62 changed files with 123 additions and 114 deletions

View File

@@ -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()