Language
C++
Compiler
gcc HEAD 8.0.1 20180308 (experimental)
Options
Boost 1.66.0
C++2a(GNU)
no pedantic
Raw compiler options
-Wall
-Wextra
$ g++ prog.cc -I/opt/wandbox/boost-1.66.0/gcc-head/include -std=gnu++2a -Wall -Wextra
[doctest] doctest version is "1.2.8"
[doctest] run with "--help" for options
===============================================================================
prog.cc(8)
TEST CASE: testing the factorial function
prog.cc(9) ERROR!
CHECK( fact(0) == 1 )
with expansion:
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