]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/boost_test_macro2.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / boost_test_macro2.output
CommitLineData
7c673cae
FG
1//[example_output
2> ./boost_test_macro2 --log_level=all
3Running 2 test cases...
4test.cpp(16): error: in "test_op_precedence": check a % b == c has failed [13 % 2 != 12]
5test.cpp(18): error: in "test_op_precedence": check a == c % b has failed [13 != 0]
6test.cpp(25): error: in "test_op_right_associative": check !a has failed
7test.cpp(26): error: in "test_op_right_associative": check --a has failed [(bool)0 is false]
8
9*** 4 failures are detected in the test module "boost_test_macro2"
10//]