2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-15 13:32:09 +00:00
Files
test/doc/examples/dataset_example59.output
Raffi Enficiaud 07bc7b9a06 Updating the examples for datasets (+1 squashed commits)
Squashed commits:

[39fea4e] Adding examples to the build
Update example 63
2015-05-11 18:08:47 +02:00

17 lines
360 B
Plaintext

//[example_output
> dataset_example61
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
dataset_example59.cpp(27): error: in "test2": check (sample <= 4 && sample >= 0) has failed
Failure occurred in a following context:
sample = 7;
*** 1 failure is detected in the test module "dataset_example59"
//]