2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-27 07:22:11 +00:00
Files
test/doc/v2/examples/example60.output
Raffi Enficiaud 648835806e Working on the stl part
Apparently this is not working as expected. At least the macro BOOST_TEST_DONT_PRINT_LOG_VALUE is not respected during the instanciation of the dataset
2014-12-09 18:07:35 +01:00

16 lines
316 B
Plaintext

//[example_output
>example
Running 8 test cases...
test 1 0
test 1 1
test 1 2
test 1 3
test 1 4
test 2 1
test 2 4
test 2 7
../test_file.cpp(23): error: in "test_case_snippet_2": check sample <= 4 && sample >= 0 has failed
---- in context: "sample = 7; "
*** 1 failure detected in test module "Master Test Suite"
//]