]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/decorator_20.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / decorator_20.output
1 //[example_output
2 > decorator_20
3 Running 2 test cases...
4 test.cpp(18): error: in "suite1/test_2": check 2 != 2 has failed [2 == 2]
5 test.cpp(24): error: in "suite1/test_io": check 3 != 3 has failed [3 == 3]
6
7 *** 2 failures are detected in the test module "decorator_20"
8
9 > decorator_20 --list_content
10 suite1*
11 test_1
12 test_2*
13 test_io*
14 test_db
15 //]