mirror of
https://github.com/boostorg/test.git
synced 2026-01-25 06:42:22 +00:00
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
//[example_output
|
|
> example79
|
|
Running 2 test cases...
|
|
set up FX
|
|
set up FX2
|
|
set up fun
|
|
test.cpp(28): error: in "test_case1": check false has failed
|
|
tear down fun
|
|
test.cpp(33): error: in "test_case2": check false has failed
|
|
tear down FX2
|
|
tear down FX
|
|
|
|
*** 2 failures detected in test module "example79"
|
|
//] |