decorator_06.output 238 B

123456789101112
  1. //[example_output
  2. > decorator_06
  3. Running 1 test case...
  4. test.cpp(11): error: in "test_io": check 1 != 1 has failed [1 == 1]
  5. *** 1 failure is detected in the test module "decorator_06"
  6. > decorator_06 --list_content
  7. test_io*
  8. test_db
  9. //]