1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/test/doc/examples/example15.output

10 lines
294 B
Plaintext

//[example_output
> example --log_level=test_suite
Running 1 test case...
Entering test suite "my master test suite name"
Entering test case "free_test_function"
Leaving test case "free_test_function"; testing time: 1ms
Leaving test suite "my master test suite name"
*** No errors detected
//]