2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-15 13:32:09 +00:00
Files
test/doc/examples/boost_test_macro_sequence.output
Raffi Enficiaud a1f41372f5 renamed files
part on container comparison using natural operator
part on per-element comparison
2015-05-19 15:22:37 +02:00

8 lines
487 B
Plaintext

Running 1 test case...
/Users/raffi/Personnel/boost_github/libs/test/doc/examples/boost_test_macro_sequence.cpp:18: error: in "test_collections_vectors": check a == b has failed.
Mismatch at position 1: 2 != 5.
/Users/raffi/Personnel/boost_github/libs/test/doc/examples/boost_test_macro_sequence.cpp:22: error: in "test_collections_vectors": check b >= c has failed.
Second collection has extra trailing elements.
*** 2 failures are detected in the test module "boost_test_sequence"