Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / backends / chrome / inspector_console_unittest.py
index 300016e..8abe21f 100644 (file)
@@ -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))
-