diff options
author | Ian Lynagh <igloo@earth.li> | 2011-07-06 02:42:19 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-07-08 13:13:03 +0100 |
commit | 6cd79098ce47898303c9fd5d74a255f9ecd37bd5 (patch) | |
tree | 22003b0d217a905b8e2837d28ee2930920ce7e64 | |
parent | 3e9cc5076060c7e6f65c6bc3539478f073a658b2 (diff) | |
download | haskell-6cd79098ce47898303c9fd5d74a255f9ecd37bd5.tar.gz |
Clean .comp.stats files
-rw-r--r-- | testsuite/driver/testlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py index db72fd7dfb..c7544723c5 100644 --- a/testsuite/driver/testlib.py +++ b/testsuite/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'])) |