Skip to content

Commit

Permalink
Add newline between failed test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth committed Dec 24, 2022
1 parent 639e1a8 commit 5254d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test.py
Expand Up @@ -141,7 +141,7 @@ def PrintFailureHeader(self, test):
negative_marker = '[negative] '
else:
negative_marker = ''
print("=== %(label)s %(negative)s===" % {
print("\n=== %(label)s %(negative)s===" % {
'label': test.GetLabel(),
'negative': negative_marker
})
Expand Down

0 comments on commit 5254d06

Please sign in to comment.