summaryrefslogtreecommitdiff
path: root/deps/v8/tools/testrunner/standard_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/testrunner/standard_runner.py')
-rwxr-xr-xdeps/v8/tools/testrunner/standard_runner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/tools/testrunner/standard_runner.py b/deps/v8/tools/testrunner/standard_runner.py
index 5350e7eb91..3723d734c8 100755
--- a/deps/v8/tools/testrunner/standard_runner.py
+++ b/deps/v8/tools/testrunner/standard_runner.py
@@ -294,8 +294,7 @@ class StandardTestRunner(base_runner.BaseTestRunner):
outproc_factory = predictable.get_outproc
execproc = ExecutionProc(ctx, jobs, outproc_factory)
sigproc = self._create_signal_proc()
- progress = ProgressProc(ctx, self.options, self.framework_name,
- tests.test_count_estimate)
+ progress = ProgressProc(ctx, self.options, tests.test_count_estimate)
procs = [
loader,
NameFilterProc(args) if args else None,