tolerance_04.output 388 B

12345678
  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. *** 2 failures are detected in the test module "tolerance_04"
  7. //]