forked from boostorg/assert
Correct spelling of "suppress"
This commit is contained in:
@@ -58,7 +58,7 @@ void test_disabled()
|
||||
BOOST_ASSERT(p);
|
||||
BOOST_ASSERT_MSG(p, "msg");
|
||||
|
||||
// supress warnings
|
||||
// suppress warnings
|
||||
p = &x;
|
||||
p = &p;
|
||||
}
|
||||
|
Reference in New Issue
Block a user