]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/exception_check_predicate.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / exception_check_predicate.output
CommitLineData
7c673cae
FG
1//[example_output
2> example --log_level=success
3Running 1 test case...
4Entering test module "example"
5test:24: Entering test case "test_exception_predicate"
6test:26: info: check 'exception "my_exception" raised as expected: validation on the raised exception through predicate "!is_critical"' has passed
7test:27: error: in "test_exception_predicate": exception "my_exception" raised as expected: validation on the raised exception through predicate "is_critical"
8test:24: Leaving test case "test_exception_predicate"; testing time: 203us
9Leaving test module "example"; testing time: 271us
10
11*** 1 failure is detected in the test module "example"
12//]