]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/boost_test_macro_container_c_array.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / boost_test_macro_container_c_array.output
1 //[example_output
2 > ./boost_test_macro_container_c_array --log_level=all
3 Running 1 test case...
4 Entering test module "boost_test_container_c"
5 test.cpp(15): Entering test case "test_collections_not_on_c_arrays"
6 test.cpp(19): error: in "test_collections_not_on_c_arrays": check a == b has failed [0x7fff526e5bc4 != 0x7fff526e5bb0]
7 test.cpp(15): Leaving test case "test_collections_not_on_c_arrays"; testing time: 323us
8 Leaving test module "boost_test_container_c"; testing time: 526us
9
10 *** 1 failure is detected in the test module "boost_test_container_c"
11 //]