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:
authorStefan <29021710+Saalvage@users.noreply.github.com>2022-01-13 23:03:37 +0300
committerGitHub <noreply@github.com>2022-01-13 23:03:37 +0300
commit58f3ec87df8d10de97b5a28cfe9cdc0fb244b001 (patch)
treeb29771025549722c8f3e339978b0f40986809fdf /examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt
parent1a62e75bbec9a7738fd5be219374f5258382ab65 (diff)
Feature: Better NaN (#584)
* matcher-like nan check * Remove superfluous extern template declarations * Add explicit template parameters * Correct template instantiation * Fix test includes * class -> struct * Correctly instantiate * Oops * Try fix interface * Add MinGW exception * Add info regarding interface decl and def * Adjust docs * Remove accidental paste in comment * Remove redundant macro definition
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.txt2
1 files changed, 0 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 f2d85771..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
@@ -14,5 +14,3 @@ asserts_used_outside_of_tests.cpp(23): ERROR: CHECK( false ) is NOT correct!
values: CHECK( false )
hello!
asserts_used_outside_of_tests.cpp(24): ERROR: an assert dealing with exceptions has failed!
-asserts_used_outside_of_tests.cpp(25): ERROR: CHECK_NAN( 0. ) is NOT correct!
- values: CHECK_NAN( 0.0 )