| Index: build/android/pylib/instrumentation/test_runner.py
|
| diff --git a/build/android/pylib/instrumentation/test_runner.py b/build/android/pylib/instrumentation/test_runner.py
|
| index adc424b07ff458ce6e977b42d1f10bacf3f23f19..6e8be3419b8fbe17969885e3989ca024e35e8b38 100644
|
| --- a/build/android/pylib/instrumentation/test_runner.py
|
| +++ b/build/android/pylib/instrumentation/test_runner.py
|
| @@ -228,7 +228,7 @@ class TestRunner(base_test_runner.BaseTestRunner):
|
| # just quits and does not do anything. The java test harness will still
|
| # print the appropriate annotation for us, but will add --NORUN-- for
|
| # us so we know to ignore the results.
|
| - # The --NORUN-- tag is managed by MainActivityTestBase.java
|
| + # The --NORUN-- tag is managed by ChromeTabbedActivityTestBase.java
|
| if regex.group(1) != '--NORUN--':
|
|
|
| # Obtain the relevant perf data. The data is dumped to a
|
|
|