]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
1//[example_output
2> example --log_level=warning
3Running 1 test case...
4test.cpp(9): warning in "test": condition sizeof(int) == sizeof(short) is not satisfied
5test.cpp(10): error in "test": check i == 1 has failed
6test.cpp(11): fatal error in "test": critical check i > 5 has failed
7
8*** 2 failures are detected in test suite "example"
9//]