]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/boost_test_sequence_per_element.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / boost_test_sequence_per_element.output
CommitLineData
7c673cae
FG
1//[example_output
2> ./boost_test_sequence_per_element
3Running 1 test case...
4test.cpp(21): error: in "test_sequence_per_element": check a == b has failed
5Mismatch at position 1: 2 != 5.
6test.cpp(23): error: in "test_sequence_per_element": check a != b has failed
7Mismatch at position 0: 1 == 1.
8Mismatch at position 2: 3 == 3.
9test.cpp(25): error: in "test_sequence_per_element": check b < c has failed
10Collections size mismatch: 3 != 4
11test.cpp(26): error: in "test_sequence_per_element": check b >= c has failed
12Collections size mismatch: 3 != 4
13test.cpp(27): error: in "test_sequence_per_element": check b != c has failed
14Collections size mismatch: 3 != 4
15
16*** 5 failures are detected in the test module "boost_test_sequence_per_element"
17//]