mirror of
https://github.com/boostorg/test.git
synced 2026-01-24 18:32:30 +00:00
23 lines
532 B
Plaintext
23 lines
532 B
Plaintext
//[example_output
|
|
> example68
|
|
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(84): error: in "test1": check fib_sample <= 13 has failed [21 > 13]
|
|
Failure occurred in a following context:
|
|
fib_sample = 21; index = 8;
|
|
test 1: 34
|
|
example68.cpp(84): error: in "test1": check fib_sample <= 13 has failed [34 > 13]
|
|
Failure occurred in a following context:
|
|
fib_sample = 34; index = 9;
|
|
|
|
*** 2 failures are detected in the test module "example68"
|
|
//]
|