summaryrefslogtreecommitdiff
path: root/deps/v8/tools/testrunner/testproc/shard.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/testrunner/testproc/shard.py')
-rw-r--r--deps/v8/tools/testrunner/testproc/shard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/tools/testrunner/testproc/shard.py b/deps/v8/tools/testrunner/testproc/shard.py
index 3b67ec133f..e31a2ea2fb 100644
--- a/deps/v8/tools/testrunner/testproc/shard.py
+++ b/deps/v8/tools/testrunner/testproc/shard.py
@@ -20,7 +20,7 @@ def radix_hash(capacity, key):
class ShardProc(base.TestProcFilter):
@staticmethod
def create(options):
- myid, count = options.shard_info()
+ myid, count = options.shard_info
if count == 1:
return None
return ShardProc(myid, count)