diff --git a/test/no_cxx11_hdr_atomic_fail.cpp b/test/no_cxx11_hdr_atomic_fail.cpp index 196f47cf..cb6bd124 100644 --- a/test/no_cxx11_hdr_atomic_fail.cpp +++ b/test/no_cxx11_hdr_atomic_fail.cpp @@ -10,9 +10,9 @@ // -// Test file for macro BOOST_NO_CXX11_ATOMIC_SMART_PTR +// Test file for macro BOOST_NO_CXX11_HDR_ATOMIC // This file should not compile, if it does then -// BOOST_NO_CXX11_ATOMIC_SMART_PTR should not be defined. +// BOOST_NO_CXX11_HDR_ATOMIC should not be defined. // See file boost_no_cxx11_hdr_atomic.ipp for details // Must not have BOOST_ASSERT_CONFIG set; it defeats diff --git a/test/no_cxx11_hdr_atomic_pass.cpp b/test/no_cxx11_hdr_atomic_pass.cpp index 31f7ed96..7258f646 100644 --- a/test/no_cxx11_hdr_atomic_pass.cpp +++ b/test/no_cxx11_hdr_atomic_pass.cpp @@ -10,9 +10,9 @@ // -// Test file for macro BOOST_NO_CXX11_ATOMIC_SMART_PTR +// Test file for macro BOOST_NO_CXX11_HDR_ATOMIC // This file should compile, if it does not then -// BOOST_NO_CXX11_ATOMIC_SMART_PTR should be defined. +// BOOST_NO_CXX11_HDR_ATOMIC should be defined. // See file boost_no_cxx11_hdr_atomic.ipp for details // Must not have BOOST_ASSERT_CONFIG set; it defeats