Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f484e0c019b942017e26e5701adb4498f8f3edd4 >--------------------------------------------------------------- commit f484e0c019b942017e26e5701adb4498f8f3edd4 Author: Simon Marlow <[email protected]> Date: Tue May 31 10:39:35 2011 +0100 fix cleanup for T4903 >--------------------------------------------------------------- .../ghc-regress/simplCore/should_compile/Makefile | 2 +- tests/ghc-regress/simplCore/should_compile/all.T | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ghc-regress/simplCore/should_compile/Makefile b/tests/ghc-regress/simplCore/should_compile/Makefile index d9a2cc2..cbf5ec2 100644 --- a/tests/ghc-regress/simplCore/should_compile/Makefile +++ b/tests/ghc-regress/simplCore/should_compile/Makefile @@ -24,7 +24,7 @@ T4201: # This one looped as a result of bogus specialisation T4903: - $(RM) -f T4903a.o T4903.o + $(RM) -f T4903.hi T4903a.hi T4903a.o T4903.o '$(TEST_HC)' $(TEST_HC_OPTS) -c -O T4903a.hs -dcore-lint '$(TEST_HC)' $(TEST_HC_OPTS) -c -O T4903.hs -dcore-lint diff --git a/tests/ghc-regress/simplCore/should_compile/all.T b/tests/ghc-regress/simplCore/should_compile/all.T index 4df1641..f7a15a3 100644 --- a/tests/ghc-regress/simplCore/should_compile/all.T +++ b/tests/ghc-regress/simplCore/should_compile/all.T @@ -98,7 +98,7 @@ test('T4345', normal, compile, ['']) test('T4398', normal, compile, ['']) test('T4903', - normal, + extra_clean(['T4903a.hi']), run_command, ['$MAKE -s --no-print-directory T4903']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
