]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/decorator_05.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / decorator_05.output
CommitLineData
7c673cae
FG
1//[example_output
2> decorator_05
3Running 1 test case...
4test.cpp(14): error: in "suite1/test2": check 2 != 2 has failed [2 == 2]
5
6*** 1 failure is detected in the test module "decorator_05"
7
8
9> decorator_05 --list_content
10suite1*
11 test1
12 test2*
13//]