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:
@@ -15,7 +15,7 @@ class test_class
|
||||
public:
|
||||
void test_method()
|
||||
{
|
||||
BOOST_CHECK( true /* test assertion */ );
|
||||
BOOST_TEST( false /* test assertion */ );
|
||||
}
|
||||
} tester;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user