Index: chrome/test/pyautolib/pyauto.py |
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py |
index 184e1cfdd72e53c25d087ba911a0f18d7336a344..45c97c35022cdb8181ca029ea48bf43d3b0bc1e0 100755 |
--- a/chrome/test/pyautolib/pyauto.py |
+++ b/chrome/test/pyautolib/pyauto.py |
@@ -4027,11 +4027,11 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase): |
expect_retval='complete') |
def SimulateAsanMemoryBug(self): |
- """Simulates a memory bug for Address Sanitizer to catch. |
+ """Simulates a memory bug for Address Sanitizer to catch. |
- Address Sanitizer (if it was built it) will catch the bug and abort |
- the process. |
- """ |
+ Address Sanitizer (if it was built it) will catch the bug and abort |
+ the process. |
+ """ |
cmd_dict = { 'command': 'SimulateAsanMemoryBug' } |
self._GetResultFromJSONRequest(cmd_dict, windex=None) |