]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/exception_check.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / exception_check.output
1 //[example_output
2 > example
3 Running 1 test case...
4 test.cpp(11): error in "test": exception my_exception is expected
5
6 *** 1 failures is detected in test suite "example"
7 //]