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>2017-04-19 20:47:13 +0300
committeronqtam <vik.kirilov@gmail.com>2017-05-16 00:22:21 +0300
commitc79b7540c252e7cda51fea5c406182fe1f2a8f4c (patch)
treed681f9266e2e35011f105366602b433fe6f61428 /examples/all_features/test_output/templated_test_cases.cpp.txt
parentaf07cbb8b8854fd0406a841b29f11e88bae3c3c1 (diff)
builds should be fixed now...
Diffstat (limited to 'examples/all_features/test_output/templated_test_cases.cpp.txt')
-rw-r--r--examples/all_features/test_output/templated_test_cases.cpp.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/all_features/test_output/templated_test_cases.cpp.txt b/examples/all_features/test_output/templated_test_cases.cpp.txt
index 0373943e..1a28b339 100644
--- a/examples/all_features/test_output/templated_test_cases.cpp.txt
+++ b/examples/all_features/test_output/templated_test_cases.cpp.txt
@@ -13,7 +13,7 @@ templated_test_cases.cpp(0)
multiple types<>
templated_test_cases.cpp(0) ERROR!
- CHECK( T2() != T2() )
+ CHECK( t2 != T2() )
with expansion:
CHECK( 0 != 0 )
@@ -22,7 +22,7 @@ templated_test_cases.cpp(0)
multiple types<>
templated_test_cases.cpp(0) ERROR!
- CHECK( T2() != T2() )
+ CHECK( t2 != T2() )
with expansion:
CHECK( 0 != 0 )
@@ -31,7 +31,7 @@ templated_test_cases.cpp(0)
multiple types<>
templated_test_cases.cpp(0) ERROR!
- CHECK( T2() != T2() )
+ CHECK( t2 != T2() )
with expansion:
CHECK( 0 != 0 )
@@ -40,7 +40,7 @@ templated_test_cases.cpp(0)
bad stringification of type pair<int_pair>
templated_test_cases.cpp(0) ERROR!
- CHECK( T2() != T2() )
+ CHECK( t2 != T2() )
with expansion:
CHECK( 0 != 0 )