2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-16 13:52:11 +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

@@ -15,7 +15,7 @@ class test_class
public:
void test_method()
{
BOOST_CHECK( true /* test assertion */ );
BOOST_TEST( false /* test assertion */ );
}
} tester;