Index: build/android/pylib/host_driven/test_case.py |
diff --git a/build/android/pylib/host_driven/test_case.py b/build/android/pylib/host_driven/test_case.py |
index 3ee4fe7a9bfc841c2705f7262a07203792b10163..5824a6642b2a834572e3626b0ae7fcf5494c4228 100644 |
--- a/build/android/pylib/host_driven/test_case.py |
+++ b/build/android/pylib/host_driven/test_case.py |
@@ -158,7 +158,7 @@ class HostDrivenTestCase(object): |
start_ms = int(time.time()) * 1000 |
done = False |
for test_filter in test_filters: |
- tests = test_pkg._GetAllMatchingTests(None, None, test_filter) |
+ tests = test_pkg.GetAllMatchingTests(None, None, test_filter) |
# Filters should always result in >= 1 test. |
if len(tests) == 0: |
raise Exception('Java test filter "%s" returned no tests.' |