2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-24 18:32:30 +00:00
Files
test/doc/examples/example68.output
2015-04-29 22:14:34 +02:00

23 lines
537 B
Plaintext

//[example_output
>example
Running 10 test cases...
test 1: 0
test 1: 1
test 1: 1
test 1: 2
test 1: 3
test 1: 5
test 1: 8
test 1: 13
test 1: 21
example68.cpp:81: error: in "test_case_snippet_1": check fib_sample <= 13 has failed
Failure occurred in a following context:
fib_sample = 21; index = 8;
test 1: 34
example68.cpp:81: error: in "test_case_snippet_1": check fib_sample <= 13 has failed
Failure occurred in a following context:
fib_sample = 34; index = 9;
*** 2 failures detected in test module "Master Test Suite"
//]