]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
1//[example_output
2> ./boost_test_container_lex_default
3Running 1 test case...
4test.cpp:22: error: in "test_collections_vectors_lex": check a < a has failed.
5Collections appear to be equal.
6test.cpp:23: error: in "test_collections_vectors_lex": check a < b has failed.
7Failure at position 2: 3 >= 2.
8test.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//]