Files
2025-02-02 19:53:39 +10:30

9 lines
339 B
Plaintext

//[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 has failed
test.cpp(11): fatal error in "test": critical check i > 5 has failed
*** 2 failures are detected in test suite "example"
//]