2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-25 18:52:15 +00:00
Files
test/doc/examples/example76_decorators.output
2015-02-03 00:00:45 +01:00

12 lines
230 B
Plaintext

//[example_output
> example76
Running 3 test cases...
test.cpp(24): error: in "test_case3": check false has failed
*** 1 failure detected in test module "example76"
> example76 --list_content
test_case1
test_case3
test_case4
//]