]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/tolerance_04.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / tolerance_04.output
1 //[example_output
2 > tolerance_04
3 Running 1 test case...
4 test.cpp(23): error: in "test1": check x == y has failed [501/50 != 1001/100]. Relative difference exceeds tolerance [1/1001 > 1/2000]
5 test.cpp(26): error: in "test1": check x != z has failed [501/50 == 10/1]. Relative difference is within tolerance [1/501 < 1/500]
6
7 *** 2 failures are detected in the test module "tolerance_04"
8 //]