]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/boost_test_macro_workaround.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / boost_test_macro_workaround.output
CommitLineData
7c673cae
FG
1//[example_output
2> ./boost_test_macro_workaround --log_level=all
3Running 2 test cases...
4Entering test module "boost_test_macro_workaround"
5test.cpp:13: Entering test case "test_logical_not_allowed"
6test.cpp:17: info: check (true && true) has passed
7test.cpp:13: Leaving test case "test_logical_not_allowed"; testing time: 183us
8test.cpp:20: Entering test case "test_ternary"
9test.cpp:26: info: check (a + 1 == b ? true : false) has passed
10test.cpp:20: Leaving test case "test_ternary"; testing time: 123us
11Leaving test module "boost_test_macro_workaround"; testing time: 547us
12
13*** No errors detected
14//]