]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/decorator_05.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / decorator_05.output
1 //[example_output
2 > decorator_05
3 Running 1 test case...
4 test.cpp(14): error: in "suite1/test2": check 2 != 2 has failed [2 == 2]
5
6 *** 1 failure is detected in the test module "decorator_05"
7
8
9 > decorator_05 --list_content
10 suite1*
11 test1
12 test2*
13 //]