test/doc/examples/example08.output
2015-05-23 02:07:50 -04:00

8 lines
456 B
Plaintext

//[example_output
> example
Running 5 test cases...
test.cpp(23): error: in "test_method": check d * 100 == (double)(int)(d*100) has failed [1.0001 * 100 != 100]. Relative difference exceeds tolerance [0.001 > 0.0001]
test.cpp(23): error: in "test_method": check d * 100 == (double)(int)(d*100) has failed [1.0001 * 100 != 100]. Relative difference exceeds tolerance [0.0001 > 0.0001]
*** 2 failures are detected in the test module "Master Test Suite"
//]