Skip to content

Commit a215bcf

Browse files
committed
space in fpexceptmatcher error message
1 parent c3e6484 commit a215bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/UnitTest/FPExceptMatcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class FPExceptMatcher : public Matcher<int> {
5151
bool firstPrinted = false;
5252
auto printWithPipe = [&](const char *name) {
5353
if (firstPrinted)
54-
tlog << "| ";
54+
tlog << " | ";
5555

5656
tlog << name;
5757

0 commit comments

Comments
 (0)