]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/decorator_20.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / decorator_20.output
CommitLineData
7c673cae
FG
1//[example_output
2> decorator_20
3Running 2 test cases...
4test.cpp(18): error: in "suite1/test_2": check 2 != 2 has failed [2 == 2]
5test.cpp(24): error: in "suite1/test_io": check 3 != 3 has failed [3 == 3]
6
7*** 2 failures are detected in the test module "decorator_20"
8
9> decorator_20 --list_content
10suite1*
11 test_1
12 test_2*
13 test_io*
14 test_db
15//]