Revision: 7992
Author:   [email protected]
Date:     Mon May 23 05:56:00 2011
Log: Remove newlines from preparser command line parameters to make Windows happy.

Review URL: http://codereview.chromium.org/6974009
http://code.google.com/p/v8/source/detail?r=7992

Modified:
 /branches/bleeding_edge/test/preparser/testcfg.py

=======================================
--- /branches/bleeding_edge/test/preparser/testcfg.py Mon May 23 03:35:30 2011 +++ /branches/bleeding_edge/test/preparser/testcfg.py Mon May 23 05:56:00 2011
@@ -106,7 +106,8 @@
       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):

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to