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