]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/example17.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / example17.output
CommitLineData
7c673cae
FG
1//[example_output
2> example --report_level=short
3Running 2 test cases...
4test.cpp(10): error in "my_test1": check 2 == 1 has failed
5test.cpp(21): error in "my_test1": check sizeof(int) == sizeof(char) has failed [4 != 1]
6test.cpp(22): error in "my_test1": check sizeof(int*) == sizeof(char) has failed [4 != 1]
7
8Test suite "example" passed with:
9 3 assertions out of 3 failed
10 3 failures expected
11 2 test cases out of 2 passed
12//]