]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/tolerance_04.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / tolerance_04.output
CommitLineData
7c673cae
FG
1//[example_output
2> tolerance_04
3Running 1 test case...
4test.cpp(23): error: in "test1": check x == y has failed [501/50 != 1001/100]. Relative difference exceeds tolerance [1/1001 > 1/2000]
5test.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//]