test/doc/examples/decorator_03.output
2015-04-28 15:54:45 +02:00

12 lines
188 B
Plaintext

//[example_output
> decorator_03 --run_test=@trivial
Running 3 test cases...
*** No errors detected
> decorator_03 --run_test=@simple
Running 3 test cases...
*** No errors detected
//]