Skip to content

Commit

Permalink
Fix test output
Browse files Browse the repository at this point in the history
  • Loading branch information
ww898 committed Aug 31, 2022
1 parent b305ab7 commit c8cd078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utf_converters_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ template<
void dump_name()
{
static size_t const name_width = 5;
std::cout <<
std::cout << std::setfill(' ') <<
std::left << std::setw(name_width) << utf_namer<Ch>::value << " ==> " <<
std::left << std::setw(name_width) << utf_namer<Och>::value << ": ";
}
Expand Down

0 comments on commit c8cd078

Please sign in to comment.