]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/boost_test_container_default.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / boost_test_container_default.output
1 //[example_output
2 > ./boost_test_container_default --log_level=all
3 Running 1 test case...
4 Entering test module "boost_test_sequence"
5 test.cpp(13): Entering test case "test_collections_vectors"
6 test.cpp(23): info: check a < c has passed
7 test.cpp(24): error: in "test_collections_vectors": check a >= c has failed
8 test.cpp(25): info: check a != c has passed
9 test.cpp(13): Leaving test case "test_collections_vectors"; testing time: 208us
10 Leaving test module "boost_test_sequence"; testing time: 286us
11
12 *** 1 failure is detected in the test module "boost_test_container_default"
13 //]