]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/tolerance_01.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / tolerance_01.output
CommitLineData
7c673cae
FG
1//[example_output
2> tolerance_01
3Running 1 test case...
4test.cpp(11): error: in "test1": check x == z has failed [10 != 10.000999999999999]. Relative difference exceeds tolerance [0.0001 > 1e-005]
5
6*** 1 failure is detected in the test module "tolerance_01"
7//]