mirror of
https://github.com/boostorg/test.git
synced 2026-02-15 13:32:09 +00:00
Updated doc for possible statements More explanations on the expression chain, left/right asymetry and precedence rule
11 lines
539 B
Plaintext
11 lines
539 B
Plaintext
//[example_output
|
|
> ./boost_test_macro2 --log_level=all
|
|
Running 2 test cases...
|
|
boost_test_macro2.cpp:15: error: in "test_op_precedence": check a % b == c has failed [13 % 2 != 12]
|
|
boost_test_macro2.cpp:16: error: in "test_op_precedence": check a == c % b has failed [13 != 0]
|
|
boost_test_macro2.cpp:23: error: in "test_op_right_associative": check !a has failed
|
|
boost_test_macro2.cpp:24: error: in "test_op_right_associative": check --a has failed [(bool)0 is false]
|
|
|
|
*** 4 failures are detected in the test module "boost_test_macro2"
|
|
//]
|