Skip to content

Commit c8cd078

Browse files
committed
Fix test output
1 parent b305ab7 commit c8cd078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utf_converters_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ template<
670670
void dump_name()
671671
{
672672
static size_t const name_width = 5;
673-
std::cout <<
673+
std::cout << std::setfill(' ') <<
674674
std::left << std::setw(name_width) << utf_namer<Ch>::value << " ==> " <<
675675
std::left << std::setw(name_width) << utf_namer<Och>::value << ": ";
676676
}

0 commit comments

Comments
 (0)