Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py |
index 0d4b76b89d843f0aa3b572a4c0f9187e14e5d003..0defc93a6d4b45592bd2b383a1bfbd414b8ee363 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py |
@@ -332,7 +332,8 @@ class SingleTestRunner(object): |
def _get_normalized_output_text(self, output): |
"""Returns the normalized text output, i.e. the output in which |
- the end-of-line characters are normalized to "\n".""" |
+ the end-of-line characters are normalized to "\n". |
+ """ |
# Running tests on Windows produces "\r\n". The "\n" part is helpfully |
# changed to "\r\n" by our system (Python/Cygwin), resulting in |
# "\r\r\n", when, in fact, we wanted to compare the text output with |