]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/boost_test_container_lex_default.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / boost_test_container_lex_default.output
1 //[example_output
2 > ./boost_test_container_lex_default
3 Running 1 test case...
4 test.cpp:22: error: in "test_collections_vectors_lex": check a < a has failed.
5 Collections appear to be equal.
6 test.cpp:23: error: in "test_collections_vectors_lex": check a < b has failed.
7 Failure at position 2: 3 >= 2.
8 test.run-fail.cpp:24: error: in "test_collections_vectors_lex": check c < d has failed
9
10 *** 3 failures are detected in the test module "boost_test_container_lex_default"
11 //]