2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-17 14:12:08 +00:00
Files
test/doc/examples/example76_decorators.output
Andrzej Krzemienski 44eefc24ca Doc: decorator examples use a template
Also added entry in the reference
2015-01-09 21:15:15 +01:00

12 lines
174 B
Plaintext

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