]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/example18.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / example18.output
1 //[example_output
2 > example --log_level=message
3 Running 3 test cases...
4 setup fixture
5 test.cpp(13): error in "test_case1": check i == 1 has failed
6 teardown fixture
7 setup fixture
8 test.cpp(19): error in "test_case2": check i == 1 has failed [0 != 1]
9 teardown fixture
10
11 *** 2 failures are detected in test suite "example"
12 //]