]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/tolerance_02.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / tolerance_02.output
1 //[example_output
2 > tolerance_02
3 Running 1 test case...
4 test.cpp(12): error: in "test1": check x == y has failed [10 != 10.000000099999999]
5 test.cpp(14): error: in "test1": check x == z has failed [10 != 10.000999999999999]. Relative difference exceeds tolerance [0.0001 > 1e-005]
6
7 *** 2 failures are detected in the test module "tolerance_02"
8 //]