]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/example12.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / example12.output
1 //[example_output
2 > example
3 Running 4 test cases...
4 test.cpp(21): fatal error: in "test_suite1/test_case2": critical check 1 == 2 has failed [1 != 2]
5 test.cpp(35): error: in "test_suite2/test_case4": check false has failed
6
7 *** 2 failures are detected in the test module "example"
8 //]