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_03.output

10 lines
354 B
Plaintext

//[example_output
> test_float_03
Running 1 test case...
test.cpp(12): error: in "test": check o1 == o2 has failed [ 1 != 0.99]
test.cpp(13): error: in "test": check o1 == d2 has failed [ 1 != 0.98999999999999999]
test.cpp(14): error: in "test": check d1 == o2 has failed [1 != 0.99]
*** 3 failures are detected in the test module "test_float_03"
//]