2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-29 08:02:12 +00:00
Files
test/doc/v2/examples/example34.output
Gennadiy Rozental ced5d625dc after review
2014-11-18 00:12:29 -05:00

9 lines
327 B
Plaintext
Executable File

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