Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a63d7f5ab1cb23c98852984f2b23f42f20795ed0 >--------------------------------------------------------------- commit a63d7f5ab1cb23c98852984f2b23f42f20795ed0 Author: Ian Lynagh <[email protected]> Date: Wed Jul 6 02:42:19 2011 +0100 Clean .comp.stats files >--------------------------------------------------------------- driver/testlib.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/driver/testlib.py b/driver/testlib.py index db72fd7..c754472 100644 --- a/driver/testlib.py +++ b/driver/testlib.py @@ -573,7 +573,7 @@ def test_common_work (name, opts, func, args): '.comp.stderr.normalised', '.comp.stdout.normalised', '.interp.stderr', '.interp.stdout', '.interp.stderr.normalised', '.interp.stdout.normalised', - '.stats', + '.stats', '.comp.stats', '.hi', '.o', '.prof', '.exe.prof', '.hc', '_stub.h', '_stub.c', '_stub.o', '.hp', '.exe.hp', '.ps', '.aux', '.hcr', '.eventlog'])) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
