| Index: build/android/pylib/gtest/test_package_executable.py
|
| diff --git a/build/android/pylib/gtest/test_package_executable.py b/build/android/pylib/gtest/test_package_executable.py
|
| index 690c1018d04b100e5387cb4cf10ffb87b0f568a3..3e6f6211ed9b95df69782ff6ede0375fbc5fd280 100644
|
| --- a/build/android/pylib/gtest/test_package_executable.py
|
| +++ b/build/android/pylib/gtest/test_package_executable.py
|
| @@ -123,7 +123,7 @@ class TestPackageExecutable(TestPackage):
|
| """Runs all the tests and checks for failures.
|
|
|
| Returns:
|
| - A TestResults object.
|
| + A TestRunResults object.
|
| """
|
| args = ['adb', '-s', self.device, 'shell', 'sh',
|
| constants.TEST_EXECUTABLE_DIR + '/chrome_test_runner.sh']
|
|
|