]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
1//[example_output
2> ./boost_test_container_default --log_level=all
3Running 1 test case...
4Entering test module "boost_test_sequence"
5test.cpp(13): Entering test case "test_collections_vectors"
6test.cpp(23): info: check a < c has passed
7test.cpp(24): error: in "test_collections_vectors": check a >= c has failed
8test.cpp(25): info: check a != c has passed
9test.cpp(13): Leaving test case "test_collections_vectors"; testing time: 208us
10Leaving test module "boost_test_sequence"; testing time: 286us
11
12*** 1 failure is detected in the test module "boost_test_container_default"
13//]