]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/dataset_example59.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / dataset_example59.output
1 //[example_output
2 > dataset_example59
3 Running 8 test cases...
4 test 1: 0
5 test 1: 1
6 test 1: 2
7 test 1: 3
8 test 1: 4
9 test 2: 1
10 test 2: 4
11 test 2: 7
12 test.cpp(27): error: in "test2/_2": check (sample <= 4 && sample >= 0) has failed
13 Failure occurred in a following context:
14 sample = 7;
15
16 *** 1 failure is detected in the test module "dataset_example59"
17 //]