mirror of
https://github.com/boostorg/test.git
synced 2026-01-29 08:02:12 +00:00
10 lines
528 B
Plaintext
10 lines
528 B
Plaintext
//[example_output
|
|
> test_float_02
|
|
Running 2 test cases...
|
|
test_float_02.cpp(11): error: in "double_tolerance": check f1 == f2 has failed [1 != 0.99000001]
|
|
test_float_02.cpp(21): error: in "float_tolerance": check d1 == d2 has failed [1 != 0.98999999999999999]
|
|
test_float_02.cpp(23): error: in "float_tolerance": check f1 == d2 has failed [1 != 0.98999999999999999]
|
|
test_float_02.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"
|
|
//] |