]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/exception_nothrow.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / exception_nothrow.output
1 //[example_output
2 > example
3 Running 1 test case...
4 ../doc/examples/exception_nothrow.run-fail.cpp:18: error: in "test": exception thrown by some_func(-1)
5 ../doc/examples/exception_nothrow.run-fail.cpp:24: error: in "test": exception thrown by do { int i(-2); some_func(i);
6 } while(0)
7
8 *** 2 failures are detected in the test module "example"
9 //]