Index: build/android/pylib/base/test_run.py |
diff --git a/build/android/pylib/base/test_run.py b/build/android/pylib/base/test_run.py |
index 2c594fdd61b27460436ba1cc55039dc40642633a..7380e78708670ec01a42f8b3071bd76a0192567d 100644 |
--- a/build/android/pylib/base/test_run.py |
+++ b/build/android/pylib/base/test_run.py |
@@ -24,7 +24,7 @@ class TestRun(object): |
def SetUp(self): |
raise NotImplementedError |
- def RunTest(self): |
+ def RunTests(self): |
raise NotImplementedError |
def TearDown(self): |