Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Black <dank@qemfd.net>2020-09-06 20:01:26 +0300
committerGitHub <noreply@github.com>2020-09-06 20:01:26 +0300
commit74b8ac4d5757f365366e69aab3b030bcbdd8a0e7 (patch)
treee693e173d828f5ee179066d7b723a78ef98a6100 /examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt
parentaff620667d39d5063936322c52e25c17709c1919 (diff)
summary: align even large values #402 (#403)
Diffstat (limited to 'examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt')
-rw-r--r--examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt b/examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt
index 3b89ba7a..9c090606 100644
--- a/examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt
+++ b/examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt
@@ -1,7 +1,7 @@
[doctest] run with "--help" for options
===============================================================================
-[doctest] test cases: 0 | 0 passed | 0 failed |
-[doctest] assertions: 0 | 0 passed | 0 failed |
+[doctest] test cases: 0 | 0 passed | 0 failed |
+[doctest] assertions: 0 | 0 passed | 0 failed |
[doctest] Status: SUCCESS!
Program code.
asserts_used_outside_of_tests.cpp(19): ERROR: CHECK_EQ( true, false ) is NOT correct!