Index: build/android/pylib/local/device/local_device_test_run.py |
diff --git a/build/android/pylib/local/device/local_device_test_run.py b/build/android/pylib/local/device/local_device_test_run.py |
index bcdb012bc13090937641fb1a4196421ef01f32a9..74e3d221085adea9a35321a4116fbabe51804d73 100644 |
--- a/build/android/pylib/local/device/local_device_test_run.py |
+++ b/build/android/pylib/local/device/local_device_test_run.py |
@@ -222,3 +222,7 @@ class LocalDeviceTestRun(test_run.TestRun): |
def _ShouldShard(self): |
raise NotImplementedError |
+ |
+ |
+class NoTestsError(Exception): |
+ """Error for when no tests are found.""" |