]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/example81_contexts.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / example81_contexts.output
1 //[example_output
2 > example
3 Running 1 test case...
4 test.cpp(20): error: in "test_case1": check 1 != 1 has failed [1 == 1]
5 Failure occurred in a following context:
6 Alpha
7 test.cpp(14): error: in "test_case1": check 2 != 2 has failed [2 == 2]
8 Failure occurred in a following context:
9 Alpha
10 test.cpp(24): error: in "test_case1": check 3 != 3 has failed [3 == 3]
11 Failure occurred in a following context:
12 Alpha
13 Beta
14 test.cpp(29): error: in "test_case1": check 5 != 5 has failed [5 == 5]
15
16 *** 4 failures are detected in test module "example81"
17 //]