2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-29 08:02:12 +00:00
Files
test/doc/examples/boost_test_macro_container_c_array.output
2015-05-06 02:01:10 +02:00

12 lines
647 B
Plaintext

//[example_output
> ./boost_test_macro_container_c_array --log_level=all
Running 1 test case...
Entering test module "boost_test_container_c"
boost_test_macro_container_c_array.cpp:15: Entering test case "test_collections_not_on_c_arrays"
boost_test_macro_container_c_array.cpp:19: error: in "test_collections_not_on_c_arrays": check a == b has failed [0x7fff526e5bc4 != 0x7fff526e5bb0]
boost_test_macro_container_c_array.cpp:15: Leaving test case "test_collections_not_on_c_arrays"; testing time: 323mks
Leaving test module "boost_test_container_c"; testing time: 526mks
*** 1 failure is detected in the test module "boost_test_container_c"
//]