boost/libs/test/doc/examples/example40.output
2018-01-12 21:47:58 +01:00

8 lines
247 B
Plaintext

//[example_output
> example
Running 1 test case...
test.cpp(14): warning in "test": condition moo( 12,i,j ) is not satisfied
test.cpp(15): warning in "test": condition moo( 12, i, j ) is not satisfied for ( 12, 17, 15 )
*** No errors detected
//]