Index: build/android/pylib/local/device/local_device_instrumentation_test_run.py |
diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py |
index 59d43a90644c95c21b3f06f43c26598837704d5a..e0ad28a28f30cb6ded7cc4d07ead26aa7cc2a06e 100644 |
--- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py |
+++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py |
@@ -59,6 +59,7 @@ class LocalDeviceInstrumentationTestRun( |
super(LocalDeviceInstrumentationTestRun, self).__init__(env, test_instance) |
self._flag_changers = {} |
+ #override |
def TestPackage(self): |
return self._test_instance.suite |