| Index: build/android/pylib/instrumentation/instrumentation_parser.py
|
| diff --git a/build/android/pylib/instrumentation/instrumentation_parser.py b/build/android/pylib/instrumentation/instrumentation_parser.py
|
| index 1859f1423ef66eba12e978f5aaff6b2f51ddb6f9..c27a2ead2b913212ffe8c91a06df9078c3f9bdb2 100644
|
| --- a/build/android/pylib/instrumentation/instrumentation_parser.py
|
| +++ b/build/android/pylib/instrumentation/instrumentation_parser.py
|
| @@ -15,7 +15,7 @@ STATUS_CODE_FAILURE = -2
|
| RESULT_CODE_OK = -1
|
| RESULT_CODE_CANCELED = 0
|
|
|
| -_INSTR_LINE_RE = re.compile('^\s*INSTRUMENTATION_([A-Z_]+): (.*)$')
|
| +_INSTR_LINE_RE = re.compile(r'^\s*INSTRUMENTATION_([A-Z_]+): (.*)$')
|
|
|
|
|
| class InstrumentationParser(object):
|
|
|