2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-15 13:32:09 +00:00
Files
test/doc/examples/test_float_02.output

10 lines
492 B
Plaintext

//[example_output
> test_float_02
Running 2 test cases...
test.cpp(11): error: in "double_tolerance": check f1 == f2 has failed [1 != 0.99000001]
test.cpp(21): error: in "float_tolerance": check d1 == d2 has failed [1 != 0.98999999999999999]
test.cpp(23): error: in "float_tolerance": check f1 == d2 has failed [1 != 0.98999999999999999]
test.cpp(24): error: in "float_tolerance": check d1 == f2 has failed [1 != 0.99000001]
*** 4 failures are detected in the test module "test_float_02"
//]