| Index: build/android/PRESUBMIT.py
|
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
|
| index 7bce71b8f7b0c3a5594e950d759ec0bd17dd9bda..311b27fda8c1e18c7db7afa7bd0b997077df8f99 100644
|
| --- a/build/android/PRESUBMIT.py
|
| +++ b/build/android/PRESUBMIT.py
|
| @@ -62,7 +62,7 @@ def CommonChecks(input_api, output_api):
|
| output_api,
|
| unit_tests=[
|
| J('pylib', 'device', 'device_utils_test.py'),
|
| - J('pylib', 'gtest', 'test_package_test.py'),
|
| + J('pylib', 'gtest', 'gtest_test_instance_test.py'),
|
| J('pylib', 'instrumentation', 'test_runner_test.py'),
|
| J('pylib', 'results', 'json_results_test.py'),
|
| J('pylib', 'utils', 'md5sum_test.py'),
|
|
|