Index: tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py |
diff --git a/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py b/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py |
index 300016e935f6ba1ec21043f484e179fbe2e73b6d..8abe21f1b2274673dff6b9f52e4a288da7d0e92b 100644 |
--- a/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py |
+++ b/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py |
@@ -29,4 +29,3 @@ class TabConsoleTest(tab_test_case.TabTestCase): |
prefix = 'http://(.+)/page_that_logs_to_console.html:9' |
expected_line = 'At %s: Hello, world' % prefix |
self.assertTrue(re.match(expected_line, line)) |
- |