Index: tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py |
diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py b/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py |
index b734e822ef76d7b33cefb1339ea431b68affc8d4..db0fd3f467660158588c331a78f05829caa52a58 100644 |
--- a/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py |
+++ b/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py |
@@ -113,7 +113,7 @@ class TestAndroidProfilingHelperTabTestCase(tab_test_case.TabTestCase): |
# Check that we have kernel symbols. |
assert os.path.exists(kallsyms) |
- is_unstripped = re.compile('^/data/app/.*\.so$') |
+ is_unstripped = re.compile(r'^/data/app/.*\.so$') |
has_unstripped = False |
# Check that all requested libraries are present. |