Skip to content

Commit 2a203bd

Browse files
author
git apple-llvm automerger
committed
Merge commit '7c6d23493f0d' from apple/master into swift/master-next
2 parents b409a53 + 7c6d234 commit 2a203bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/utils/lit/lit/display.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ def update(self, test):
5656
def finish(self):
5757
if self.progress_bar:
5858
self.progress_bar.clear()
59-
elif self.opts.succinct:
60-
sys.stdout.write('\n')
59+
sys.stdout.write('\n')
6160

6261
def print_result(self, test):
6362
if self.progress_bar:

0 commit comments

Comments
 (0)