Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d14a5cd2f90d51c4988eae53ea1401cfd843e1eb >--------------------------------------------------------------- commit d14a5cd2f90d51c4988eae53ea1401cfd843e1eb Author: Simon Marlow <[email protected]> Date: Mon Nov 14 13:27:37 2011 +0000 remove accidentally-left-in debugging output >--------------------------------------------------------------- driver/testlib.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/driver/testlib.py b/driver/testlib.py index e9ad980..7a9b08c 100644 --- a/driver/testlib.py +++ b/driver/testlib.py @@ -1529,9 +1529,7 @@ def normalise_errmsg( str ): # only the shape of the profile and the number of entries. def normalise_prof (str): # strip everything up to the line beginning "COST CENTRE" - print "before: ", str str = re.sub('^(.*\n)*COST CENTRE[^\n]*\n','',str) - print "after: ", str # strip results for CAFs, these tend to change unpredictably str = re.sub('[ \t]*CAF.*\n','',str) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
