decorator_01.output 184 B

123456789101112
  1. //[example_output
  2. > decorator_01 --run_test=@trivial
  3. Running 2 test cases...
  4. *** No errors detected
  5. > decorator_01 --run_test=@cmp
  6. Running 1 test case...
  7. *** No errors detected
  8. //]