2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-23 06:02:14 +00:00
Files
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
//]