]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
1//[example_output
2> dataset_example59
3Running 8 test cases...
4test 1: 0
5test 1: 1
6test 1: 2
7test 1: 3
8test 1: 4
9test 2: 1
10test 2: 4
11test 2: 7
12test.cpp(27): error: in "test2/_2": check (sample <= 4 && sample >= 0) has failed
13Failure occurred in a following context:
14 sample = 7;
15
16*** 1 failure is detected in the test module "dataset_example59"
17//]