diff --git a/test/assert_test.cpp b/test/assert_test.cpp index 26051ac..3233828 100644 --- a/test/assert_test.cpp +++ b/test/assert_test.cpp @@ -58,7 +58,7 @@ void test_disabled() BOOST_ASSERT(p); BOOST_ASSERT_MSG(p, "msg"); - // supress warnings + // suppress warnings p = &x; p = &p; }