]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
1//[example_output
2> decorator_10
3Running 2 test cases...
4test.cpp(11): error: in "suite1/test1": check false has failed
5test.cpp(12): error: in "suite1/test1": check false has failed
6test.cpp(17): error: in "suite1/test2": check false has failed
7test.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
13Running 1 test case...
14test.cpp(11): error: in "suite1/test1": check false has failed
15test.cpp(12): error: in "suite1/test1": check false has failed
16
17*** No errors detected
18//]