Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: test/preparser/testcfg.py

Issue 6974009: Remove newlines from preparser command line parameters to make Windows happy. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698