Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

Language

Compiler

Options

Author

anonymous

almost 5 years ago

doctest.h
parts\doctest_fwd.h

$
[doctest] doctest version is "2.4.0"
[doctest] run with "--help" for options
===============================================================================
prog.cc:8:
TEST CASE:  testing the factorial function

prog.cc:9: ERROR: CHECK( fact(0) == 1 ) is NOT correct!
  values: CHECK( 0 == 1 )

===============================================================================
[doctest] test cases:      1 |      0 passed |      1 failed |      0 skipped
[doctest] assertions:      5 |      4 passed |      1 failed |
[doctest] Status: FAILURE!
Exit Code:
1