]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
1//[example_output
2> decorator_04
3Running 3 test cases...
4test.cpp(8): error: in "test1": check false has failed
5test.cpp(15): error: in "test2": check false has failed
6test.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
12Running 2 test cases...
13test.cpp(8): error: in "test1": check false has failed
14test.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
20Running 1 test case...
21test.cpp(15): error: in "test2": check false has failed
22
23*** 1 failure is detected in the test module "decorator_04"
24
25//]