Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/76822fb23827f18111f5852c9124ffb5de50c445 >--------------------------------------------------------------- commit 76822fb23827f18111f5852c9124ffb5de50c445 Author: Ian Lynagh <[email protected]> Date: Thu Jul 14 15:14:58 2011 +0100 Fix some (significant!) white space >--------------------------------------------------------------- driver/testlib.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/driver/testlib.py b/driver/testlib.py index e6f74cc..ddd6e23 100644 --- a/driver/testlib.py +++ b/driver/testlib.py @@ -1193,7 +1193,7 @@ def split_file(in_fn, delimiter, out1_fn, out2_fn): while (re.sub('^\s*','',line) != delimiter and line != ''): out1.write(line) line = infile.readline() - line = re.sub('\r', '', line) + line = re.sub('\r', '', line) out1.close() line = infile.readline() _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
