]> git.proxmox.com Git - ceph.git/blob - 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
1 //[example_output
2 > example --report_level=short
3 Running 2 test cases...
4 test.cpp(10): error in "my_test1": check 2 == 1 has failed
5 test.cpp(21): error in "my_test1": check sizeof(int) == sizeof(char) has failed [4 != 1]
6 test.cpp(22): error in "my_test1": check sizeof(int*) == sizeof(char) has failed [4 != 1]
7
8 Test suite "example" passed with:
9 3 assertions out of 3 failed
10 3 failures expected
11 2 test cases out of 2 passed
12 //]