mirror of
https://github.com/boostorg/test.git
synced 2026-01-24 18:32:30 +00:00
17 lines
338 B
Plaintext
17 lines
338 B
Plaintext
//[example_output
|
|
>example
|
|
Running 8 test cases...
|
|
test 1 0
|
|
test 1 1
|
|
test 1 2
|
|
test 1 3
|
|
test 1 4
|
|
test 2 1
|
|
test 2 4
|
|
test 2 7
|
|
example59.cpp:27: error: in "test_case_snippet_2": check sample <= 4 && sample >= 0 has failed
|
|
Failure occurred in a following context:
|
|
sample = 7;
|
|
|
|
*** 1 failure detected in test module "Master Test Suite"
|
|
//] |