Language
C++
Compiler
gcc HEAD 11.0.0 20200625 (experimental)
Options
Boost 1.73.0
C++2a(GNU)
no pedantic
Raw compiler options
-Wall
-Wextra
$ g++ prog.cc -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a -Wall -Wextra
[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