summaryrefslogtreecommitdiff
path: root/examples/hello_world/test_output/hello_world.txt
blob: a63fa43d9754e3fee00b9a22ea6833bddf0f2794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[doctest] run with "--help" for options
== TEST CASE ==================================================================
main.cpp(0)
testing the factorial function

main.cpp(0) ERROR!
  CHECK( factorial(0) == 1 )
with expansion:
  CHECK( 0 == 1 )

===============================================================================
[doctest] test cases:    1 |    0 passed |    1 failed |    0 skipped
[doctest] assertions:    5 |    4 passed |    1 failed |