]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/test/test/framework-ts/result-report-test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / test / test / framework-ts / result-report-test.cpp
index a2c45778acd8ecb4548f4d43ebc7b0ee165c6e7b..643371f4940a2b77ffd2e8c1a3344a920a6f2ca0 100644 (file)
@@ -101,7 +101,7 @@ struct guard {
     {
         results_reporter::set_stream( std::cerr );
         results_reporter::set_format( runtime_config::get<output_format>(
-            runtime_config::REPORT_FORMAT ) );
+            runtime_config::btrt_report_format ) );
     }
 };