decorator_10.output 615 B

123456789101112131415161718
  1. //[example_output
  2. > decorator_10
  3. Running 2 test cases...
  4. test.cpp(11): error: in "suite1/test1": check false has failed
  5. test.cpp(12): error: in "suite1/test1": check false has failed
  6. test.cpp(17): error: in "suite1/test2": check false has failed
  7. test.cpp(18): error: in "suite1/test2": check false has failed
  8. *** 4 failures are detected (3 failures are expected) in the test module "decorator_10"
  9. > decorator_10 --run_test=suite1/test1
  10. Running 1 test case...
  11. test.cpp(11): error: in "suite1/test1": check false has failed
  12. test.cpp(12): error: in "suite1/test1": check false has failed
  13. *** No errors detected
  14. //]