Index: test/preparser/testcfg.py |
diff --git a/test/preparser/testcfg.py b/test/preparser/testcfg.py |
index e389e11db50ed4ff42fef294cc2aeee8bef2d255..39b62c396de4c304d5b4c33b60463a45f45d86ab 100644 |
--- a/test/preparser/testcfg.py |
+++ b/test/preparser/testcfg.py |
@@ -106,7 +106,8 @@ class PreparserTestConfiguration(test.TestConfiguration): |
test = PreparserTestCase(self.root, |
current_path + [filename, name], |
executable, |
- mode, throws, self.context, source) |
+ mode, throws, self.context, |
+ source.replace("\n", " ")) |
result.append(test) |
def Template(name, source): |
def MkTest(replacement, expectation): |