| Index: build/android/pylib/base/sharded_tests_queue.py
|
| diff --git a/build/android/pylib/base/sharded_tests_queue.py b/build/android/pylib/base/sharded_tests_queue.py
|
| index 9e28e2c484d558f47d8c9890c430189c99919901..c2b4f2de086d64205b28385618e228880888ebfb 100644
|
| --- a/build/android/pylib/base/sharded_tests_queue.py
|
| +++ b/build/android/pylib/base/sharded_tests_queue.py
|
| @@ -18,7 +18,7 @@ class ShardedTestsQueue(object):
|
| tests: a list of tests to be run.
|
| tests_queue: if sharding, a JoinableQueue object that holds tests from
|
| |tests|. Otherwise, a list holding tests.
|
| - results_queue: a Queue object to hold TestResults objects.
|
| + results_queue: a Queue object to hold TestRunResults objects.
|
| """
|
| _STOP_SENTINEL = 'STOP' # sentinel value for iter()
|
|
|
|
|