| Index: build/android/pylib/gtest/setup.py
|
| diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
|
| index c315b02c61ac43ca84b30f99622f7d2c7d12a751..b278c09393e86438c75e53a4ef5390d102f95a25 100644
|
| --- a/build/android/pylib/gtest/setup.py
|
| +++ b/build/android/pylib/gtest/setup.py
|
| @@ -213,11 +213,6 @@
|
| """
|
| def TestListerRunnerFactory(device, _shard_index):
|
| class TestListerRunner(test_runner.TestRunner):
|
| - #override
|
| - def PushDataDeps(self):
|
| - pass
|
| -
|
| - #override
|
| def RunTest(self, _test):
|
| result = base_test_result.BaseTestResult(
|
| 'gtest_list_tests', base_test_result.ResultType.PASS)
|
|
|