Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: build/android/pylib/base/test_run.py

Issue 812543002: Update from https://crrev.com/308331 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/base/test_instance_factory.py ('k') | build/android/pylib/base/test_run_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « build/android/pylib/base/test_instance_factory.py ('k') | build/android/pylib/base/test_run_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698