Skip to content

Commit 5254d06

Browse files
committed
Add newline between failed test outputs
1 parent 639e1a8 commit 5254d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def PrintFailureHeader(self, test):
141141
negative_marker = '[negative] '
142142
else:
143143
negative_marker = ''
144-
print("=== %(label)s %(negative)s===" % {
144+
print("\n=== %(label)s %(negative)s===" % {
145145
'label': test.GetLabel(),
146146
'negative': negative_marker
147147
})

0 commit comments

Comments
 (0)