]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/example34.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / example34.output
1 //[example_output
2 > example --log_level=warning
3 Running 1 test case...
4 test.cpp(9): warning in "test": condition sizeof(int) == sizeof(short) is not satisfied
5 test.cpp(10): error in "test": check i == 1 has failed
6 test.cpp(11): fatal error in "test": critical check i > 5 has failed
7
8 *** 2 failures are detected in test suite "example"
9 //]