]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/test/test/writing-test-ts/user-defined-types-logging-customization-points.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / test / test / writing-test-ts / user-defined-types-logging-customization-points.cpp
index 102068438ca1249e97ae6cb7efe6cf7d80e7b1f1..3c33a4be07555e246658e8a33e8cfba4f3b7bb8e 100644 (file)
@@ -40,6 +40,7 @@ BOOST_AUTO_TEST_CASE(test1)
 #ifndef BOOST_TEST_MACRO_LIMITED_SUPPORT
     BOOST_TEST(t == 10);
 #endif
+    BOOST_TEST_MESSAGE("Printing t: " << t);
 }
 
 // on unary expressions as well
@@ -53,4 +54,5 @@ std::ostream &boost_test_print_type(std::ostream &o, const s &) {
 BOOST_AUTO_TEST_CASE( test_logs )
 {
     BOOST_TEST(s());
+    BOOST_TEST_MESSAGE("Printing s(): " << s());
 }