summaryrefslogtreecommitdiff
path: root/examples/all_features/test_output/abort_after.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/all_features/test_output/abort_after.txt')
-rw-r--r--examples/all_features/test_output/abort_after.txt20
1 files changed, 7 insertions, 13 deletions
diff --git a/examples/all_features/test_output/abort_after.txt b/examples/all_features/test_output/abort_after.txt
index 9901387..3bec68f 100644
--- a/examples/all_features/test_output/abort_after.txt
+++ b/examples/all_features/test_output/abort_after.txt
@@ -1,21 +1,15 @@
[doctest] run with "--help" for options
===============================================================================
-coverage_maxout.cpp(0)
+coverage_maxout.cpp(0):
TEST CASE: doctest internals
-coverage_maxout.cpp(0) ERROR!
- CHECK( a.compare(const_str, true) != 0 )
-with expansion:
- CHECK( 0 != 0 )
-with context:
- should fail
+coverage_maxout.cpp(0): ERROR: CHECK( a.compare(const_str, true) != 0 ) is NOT correct!
+ values: CHECK( 0 != 0 )
+ logged: should fail
-coverage_maxout.cpp(0) ERROR!
- CHECK( a.compare("omgomgomg", false) != 0 )
-with expansion:
- CHECK( 0 != 0 )
-with context:
- should fail
+coverage_maxout.cpp(0): ERROR: CHECK( a.compare("omgomgomg", false) != 0 ) is NOT correct!
+ values: CHECK( 0 != 0 )
+ logged: should fail
Aborting - too many failed asserts!
===============================================================================