| Index: build/android/pylib/base/base_test_runner.py
|
| diff --git a/build/android/pylib/base/base_test_runner.py b/build/android/pylib/base/base_test_runner.py
|
| index fd4d79295e2edafcddb69ee03a16ae084569c875..c188b3e9a163051b550a6b888f3448b8c81725e7 100644
|
| --- a/build/android/pylib/base/base_test_runner.py
|
| +++ b/build/android/pylib/base/base_test_runner.py
|
| @@ -72,7 +72,8 @@ class BaseTestRunner(object):
|
| test: A test to run.
|
|
|
| Returns:
|
| - Tuple containing: (test_result.TestResults, tests to rerun or None)
|
| + Tuple containing:
|
| + (base_test_result.TestRunResults, tests to rerun or None)
|
| """
|
| raise NotImplementedError
|
|
|
|
|