Commit cc70b550 authored by Tamer Tas's avatar Tamer Tas Committed by Commit Bot

[fuzzer] fix the missing parenthesis

R=machenbach@chromium.org
CC=​yangguo@chromium.org,sergiyb@chromium.org

No-Try: True
Bug: v8:8174
Change-Id: Ia77a42f3dce741f661f3d7aee3af2237e53ae0f0
Reviewed-on: https://chromium-review.googlesource.com/c/1447713Reviewed-by: 's avatarSergiy Belozorov <sergiyb@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Tamer Tas <tmrts@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59233}
parent e1bc9dea
......@@ -153,7 +153,7 @@ class NumFuzzer(base_runner.BaseTestRunner):
execproc,
]
self._prepare_procs(procs)
loader.load_tests(tests, initial_batch_size=float('inf')
loader.load_tests(tests, initial_batch_size=float('inf'))
# TODO(majeski): maybe some notification from loader would be better?
if combiner:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment