2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-25 18:52:15 +00:00
Files
test/doc/examples/example73_decorators.output
2015-02-03 00:00:45 +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
//]