]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/example07.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / example07.output
1 //[example_output
2 > example
3 Running 5 test cases...
4 test.cpp(15): error: in "free_test_function": check i < 4 has failed [4 >= 4]
5 test.cpp(15): error: in "free_test_function": check i < 4 has failed [5 >= 4]
6
7 *** 2 failures are detected in the test module "Master Test Suite"
8 //]