example17.output 433 B

123456789101112
  1. //[example_output
  2. > example --report_level=short
  3. Running 2 test cases...
  4. test.cpp(10): error in "my_test1": check 2 == 1 has failed
  5. test.cpp(21): error in "my_test1": check sizeof(int) == sizeof(char) has failed [4 != 1]
  6. test.cpp(22): error in "my_test1": check sizeof(int*) == sizeof(char) has failed [4 != 1]
  7. Test suite "example" passed with:
  8. 3 assertions out of 3 failed
  9. 3 failures expected
  10. 2 test cases out of 2 passed
  11. //]