]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/decorator_04.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / decorator_04.output
1 //[example_output
2 > decorator_04
3 Running 3 test cases...
4 test.cpp(8): error: in "test1": check false has failed
5 test.cpp(15): error: in "test2": check false has failed
6 test.cpp(20): error: in "test3": check false has failed
7
8 *** 3 failures are detected in the test module "decorator_04"
9
10
11 > decorator_04 --run_test=@l1
12 Running 2 test cases...
13 test.cpp(8): error: in "test1": check false has failed
14 test.cpp(15): error: in "test2": check false has failed
15
16 *** 2 failures are detected in the test module "decorator_04"
17
18
19 > decorator_04 --run_test=@l2
20 Running 1 test case...
21 test.cpp(15): error: in "test2": check false has failed
22
23 *** 1 failure is detected in the test module "decorator_04"
24
25 //]