example01.output 493 B

123456789101112
  1. //[example_output
  2. > example --log_level=unit_scope
  3. Running 2 test cases...
  4. Entering test module "Master Test Suite"
  5. example.cpp:20: Entering test case "free_test_function"
  6. example.cpp:20: Leaving test case "free_test_function"; testing time: 50us
  7. example.cpp:22: Entering test case "second-check-free-test-function"
  8. example.cpp:22: Leaving test case "second-check-free-test-function"; testing time: 32us
  9. Leaving test module "Master Test Suite"; testing time: 158us
  10. *** No errors detected
  11. //]