mirror of
https://github.com/boostorg/core.git
synced 2025-07-31 05:17:22 +02:00
Use test_output_impl in test_all_eq_impl
This commit is contained in:
@ -218,7 +218,7 @@ void test_all_eq_impl(FormattedOutputFunction& output,
|
||||
{
|
||||
output << file << "(" << line << "): Container contents differ in function '" << function << "': mismatching indices";
|
||||
}
|
||||
output << " [" << std::distance(first_begin, first_it) << "] '" << *first_it << "' != '" << *second_it << "'";
|
||||
output << " [" << std::distance(first_begin, first_it) << "] '" << test_output_impl(*first_it) << "' != '" << test_output_impl(*second_it) << "'";
|
||||
++first_it;
|
||||
++second_it;
|
||||
++error_count;
|
||||
|
Reference in New Issue
Block a user