]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/decorator_10.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / decorator_10.output
1 //[example_output
2 > decorator_10
3 Running 2 test cases...
4 test.cpp(11): error: in "suite1/test1": check false has failed
5 test.cpp(12): error: in "suite1/test1": check false has failed
6 test.cpp(17): error: in "suite1/test2": check false has failed
7 test.cpp(18): error: in "suite1/test2": check false has failed
8
9 *** 4 failures are detected (3 failures are expected) in the test module "decorator_10"
10
11
12 > decorator_10 --run_test=suite1/test1
13 Running 1 test case...
14 test.cpp(11): error: in "suite1/test1": check false has failed
15 test.cpp(12): error: in "suite1/test1": check false has failed
16
17 *** No errors detected
18 //]