2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-17 02:02:08 +00:00
Files
test/doc/examples/decorator_06.output
2015-04-29 16:21:12 +02:00

13 lines
246 B
Plaintext

//[example_output
> decorator_06
Running 1 test case...
decorator_06.cpp(11): error: in "test_io": check 1 != 1 has failed [1 == 1]
*** 1 failure is detected in the test module "decorator_06"
> decorator_06 --list_content
test_io*
test_db
//]