2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-29 20:12:09 +00:00
Files
test/doc/examples/boost_test_container_lex_default.output
Raffi Enficiaud 066dc2a646 Doc: default to __UTF__ lexicographical compare for containers with extended diagnostic
- doc of BOOST_TEST_SPECIALIZED_COLLECTION_COMPARE
- example
2015-10-27 15:38:43 +01:00

12 lines
473 B
Plaintext

//[example_output
> ./boost_test_container_lex_default
Running 1 test case...
test.cpp:22: error: in "test_collections_vectors_lex": check a < a has failed.
Collections appear to be equal.
test.cpp:23: error: in "test_collections_vectors_lex": check a < b has failed.
Failure at position 2: 3 >= 2.
test.run-fail.cpp:24: error: in "test_collections_vectors_lex": check c < d has failed
*** 3 failures are detected in the test module "boost_test_container_lex_default"
//]