2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-20 05:02:36 +00:00
Files
test/doc/examples/example18.output
2015-05-23 02:07:50 -04:00

12 lines
321 B
Plaintext

//[example_output
> example --log_level=message
Running 3 test cases...
setup fixture
test.cpp(13): error in "test_case1": check i == 1 has failed
teardown fixture
setup fixture
test.cpp(19): error in "test_case2": check i == 1 has failed [0 != 1]
teardown fixture
*** 2 failures are detected in test suite "example"
//]