Repository : ssh://darcs.haskell.org//srv/darcs/packages/hpc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3763b4cbe7e3e23838f24d69230849cb841676c8 >--------------------------------------------------------------- commit 3763b4cbe7e3e23838f24d69230849cb841676c8 Author: Ian Lynagh <[email protected]> Date: Mon Sep 5 18:53:16 2011 +0100 Fix some written-but-not-cleaned files in tests >--------------------------------------------------------------- tests/ghc_ghci/test.T | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/ghc_ghci/test.T b/tests/ghc_ghci/test.T index 28fe957..bad4fce 100644 --- a/tests/ghc_ghci/test.T +++ b/tests/ghc_ghci/test.T @@ -1,6 +1,7 @@ test('hpc_ghc_ghci', - [only_ways(['normal']), + [extra_clean(['A.hi', 'A.o', '.hpc/A.mix', '.hpc/']), + only_ways(['normal']), only_compiler_types(['ghc']), if_compiler_profiled(skip), req_interp], _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
