We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa82a76 commit 94c2f31Copy full SHA for 94c2f31
lib/SILOptimizer/UtilityPasses/UnitTestRunner.cpp
@@ -238,10 +238,9 @@ class UnitTestRunner : public SILFunctionTransform {
238
llvm::errs() << components[index];
239
if (index != size - 1) {
240
llvm::errs() << ", ";
241
- } else {
242
- llvm::errs() << "\n";
243
}
244
+ llvm::errs() << "\n";
245
246
247
template <typename Doit>
0 commit comments