diff --git a/test/assert_is_void_test.cpp b/test/assert_is_void_test.cpp index 7a2d0ba..5e64a68 100644 --- a/test/assert_is_void_test.cpp +++ b/test/assert_is_void_test.cpp @@ -17,7 +17,7 @@ #include #ifdef BOOST_ASSERT_IS_VOID -#error "Error: BOOST_ASSERT should be void in NDEBUG" +#error "BOOST_ASSERT should NOT be void if NDEBUG is not defined" #endif // default case, NDEBUG @@ -27,7 +27,7 @@ #include #ifndef BOOST_ASSERT_IS_VOID -#error "BOOST_ASSERT should NOT be void if NDEBUG is not defined" +#error "Error: BOOST_ASSERT should be void in NDEBUG" #endif // BOOST_DISABLE_ASSERTS, !NDEBUG