example34.output 339 B

123456789
  1. //[example_output
  2. > example --log_level=warning
  3. Running 1 test case...
  4. test.cpp(9): warning in "test": condition sizeof(int) == sizeof(short) is not satisfied
  5. test.cpp(10): error in "test": check i == 1 has failed
  6. test.cpp(11): fatal error in "test": critical check i > 5 has failed
  7. *** 2 failures are detected in test suite "example"
  8. //]