Skip to content

Commit

Permalink
[vm/fuzzer] add missing space
Browse files Browse the repository at this point in the history
Change-Id: I39e4bf30a908a77dc96b2a1fb81f2251705de3be
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/116543
Reviewed-by: Aart Bik <ajcbik@google.com>
Commit-Queue: Aart Bik <ajcbik@google.com>
  • Loading branch information
feli-citas authored and commit-bot@chromium.org committed Sep 11, 2019
1 parent f3b2d77 commit a0fd607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/tools/dartfuzz/collect_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def print_output_sum(shard, text, s=[0, 0, 0, 0, 0, 0], divs=[]):
for i in range(len(s)):
s[i] += int(test[i])
print(
"Tests: %d Success: %d (Rerun: %d) Skipped: %d Timeout: %d Divergences: %d"
"(failing shards: %s) \r" %
"Tests: %d Success: %d (Rerun: %d) Skipped: %d Timeout: %d "
"Divergences: %d (failing shards: %s) \r" %
tuple(s + [", ".join(divs) if divs else "none"]),
end="")

Expand Down

0 comments on commit a0fd607

Please sign in to comment.