test/doc/examples/decorator_01.output
2015-05-25 21:32:56 +02:00

12 lines
184 B
Plaintext

//[example_output
> decorator_01 --run_test=@trivial
Running 2 test cases...
*** No errors detected
> decorator_01 --run_test=@cmp
Running 1 test case...
*** No errors detected
//]