test/doc/examples/decorator_05.output

14 lines
255 B
Plaintext

//[example_output
> decorator_05
Running 1 test case...
test.cpp(14): error: in "suite1/test2": check 2 != 2 has failed [2 == 2]
*** 1 failure is detected in the test module "decorator_05"
> decorator_05 --list_content
suite1*
test1
test2*
//]