| Index: build/android/pylib/utils/run_tests_helper.py
|
| diff --git a/build/android/pylib/utils/run_tests_helper.py b/build/android/pylib/utils/run_tests_helper.py
|
| index 60823fcd4cd657c8a7dd3720fc3e199059cf1e57..e621cd99bef0f186b1abba8f9995f7b5dca56983 100644
|
| --- a/build/android/pylib/utils/run_tests_helper.py
|
| +++ b/build/android/pylib/utils/run_tests_helper.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -"""Helper functions common to native, java and python test runners."""
|
| +"""Helper functions common to native, java and host-driven test runners."""
|
|
|
| import logging
|
| import os
|
|
|