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

7 lines
212 B
Plaintext

//[example_output
> example
Running 3 test cases...
test.cpp(17): error: in "my_test<unsigned char>": check sizeof(T) == (unsigned)4 has failed [1 != 4]
*** 1 failure is detected in the test module "example"
//]