]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/dataset_example68.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / dataset_example68.output
CommitLineData
7c673cae
FG
1//[example_output
2> example68
3Running 9 test cases...
4test.cpp(60): error: in "test1/_7": check fib_sample == exp has failed [34 != 35]
5Failure occurred in a following context:
6 fib_sample = 34; exp = 35;
7test.cpp(60): error: in "test1/_8": check fib_sample == exp has failed [55 != 56]
8Failure occurred in a following context:
9 fib_sample = 55; exp = 56;
10
11*** 2 failures are detected in the test module "dataset_example68"
12//]