]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/example10.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / example10.output
1 //[example_output
2 > example
3 Running 3 test cases...
4 test.cpp(17): error: in "my_test<unsigned char>": check sizeof(T) == (unsigned)4 has failed [1 != 4]
5
6 *** 1 failure is detected in the test module "example"
7 //]