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