Skip to content

Commit 94c2f31

Browse files
committed
[Test] Fixed whitespace printing.
1 parent aa82a76 commit 94c2f31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/SILOptimizer/UtilityPasses/UnitTestRunner.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,9 @@ class UnitTestRunner : public SILFunctionTransform {
238238
llvm::errs() << components[index];
239239
if (index != size - 1) {
240240
llvm::errs() << ", ";
241-
} else {
242-
llvm::errs() << "\n";
243241
}
244242
}
243+
llvm::errs() << "\n";
245244
}
246245

247246
template <typename Doit>

0 commit comments

Comments
 (0)