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:
authoronqtam <vik.kirilov@gmail.com>2018-07-03 21:07:30 +0300
committeronqtam <vik.kirilov@gmail.com>2018-08-23 16:02:57 +0300
commit917d79d1f3eff5b4bd618d593af4e69ce3723996 (patch)
tree47e1a0bfbb984058e86316c900ce584b7590eb11 /examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt
parent8171c4843a794347a7e809dec4043b9aa70c95f3 (diff)
fixing builds... relates #114
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.txt16
1 files changed, 8 insertions, 8 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 97331b44..76213f60 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
@@ -4,18 +4,18 @@
[doctest] assertions: 0 | 0 passed | 0 failed |
[doctest] Status: SUCCESS!
Program code.
-D:\doctest\examples\all_features\asserts_used_outside_of_tests.cpp(12): ERROR: FAST_CHECK_EQ( true, false ) is NOT correct!
+asserts_used_outside_of_tests.cpp(12): ERROR: FAST_CHECK_EQ( true, false ) is NOT correct!
values: FAST_CHECK_EQ( true, false )
-D:\doctest\examples\all_features\asserts_used_outside_of_tests.cpp(13): ERROR: FAST_CHECK_UNARY( false ) is NOT correct!
+asserts_used_outside_of_tests.cpp(13): ERROR: FAST_CHECK_UNARY( false ) is NOT correct!
values: FAST_CHECK_UNARY( false )
-D:\doctest\examples\all_features\asserts_used_outside_of_tests.cpp(14): ERROR: FAST_CHECK_UNARY_FALSE( true ) is NOT correct!
+asserts_used_outside_of_tests.cpp(14): ERROR: FAST_CHECK_UNARY_FALSE( true ) is NOT correct!
values: FAST_CHECK_UNARY_FALSE( true )
-D:\doctest\examples\all_features\asserts_used_outside_of_tests.cpp(16): ERROR: CHECK_EQ( true, false ) is NOT correct!
+asserts_used_outside_of_tests.cpp(16): ERROR: CHECK_EQ( true, false ) is NOT correct!
values: CHECK_EQ( true, false )
-D:\doctest\examples\all_features\asserts_used_outside_of_tests.cpp(17): ERROR: CHECK_UNARY( false ) is NOT correct!
+asserts_used_outside_of_tests.cpp(17): ERROR: CHECK_UNARY( false ) is NOT correct!
values: CHECK_UNARY( false )
-D:\doctest\examples\all_features\asserts_used_outside_of_tests.cpp(18): ERROR: CHECK_UNARY_FALSE( true ) is NOT correct!
+asserts_used_outside_of_tests.cpp(18): ERROR: CHECK_UNARY_FALSE( true ) is NOT correct!
values: CHECK_UNARY_FALSE( true )
-D:\doctest\examples\all_features\asserts_used_outside_of_tests.cpp(20): ERROR: CHECK( false ) is NOT correct!
+asserts_used_outside_of_tests.cpp(20): ERROR: CHECK( false ) is NOT correct!
values: CHECK( false )
-D:\doctest\examples\all_features\asserts_used_outside_of_tests.cpp(21): ERROR: an assert dealing with exceptions has failed!
+asserts_used_outside_of_tests.cpp(21): ERROR: an assert dealing with exceptions has failed!