]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/boost_test_message.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / boost_test_message.output
1 //[example_output
2 > ./boost_test_message --log_level=all
3 Running 1 test case...
4 Entering test module "boost_test_message"
5 test.cpp(12): Entering test case "test_message"
6 test.cpp(15): error: in "test_message": a should be equal to b: 1!=2
7 test.cpp(16): info: check 'value of a=1' has passed
8 test.cpp(12): Leaving test case "test_message"; testing time: 219us
9 Leaving test module "boost_test_message"; testing time: 318us
10
11 *** 1 failure is detected in the test module "boost_test_message"
12 //]