2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-31 08:42:13 +00:00
Files
test/doc/examples/example73_decorators.output
2015-01-22 22:32:38 +01:00

10 lines
182 B
Plaintext

//[example_output
> example73 --run_test=@trivial
Test setup error: no test cases matching filter
> example73 --run_test=@simple
Running 2 test cases...
*** No errors detected
//]