2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-17 02:02:08 +00:00
Files
test/doc/examples/decorator_05.output
2015-04-29 16:21:12 +02:00

14 lines
263 B
Plaintext

//[example_output
> decorator_05
Running 1 test case...
decorator_05.cpp(14): error: in "suite1/test2": check 2 != 2 has failed [2 == 2]
*** 1 failure is detected in the test module "decorator_05"
> decorator_05 --list_content
suite1*
test1
test2*
//]