[commit: testsuite] master: fix cleanup for T4903 (f484e0c)
Simon Marlow
marlowsd at gmail.com
Tue May 31 13:52:52 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f484e0c019b942017e26e5701adb4498f8f3edd4
>---------------------------------------------------------------
commit f484e0c019b942017e26e5701adb4498f8f3edd4
Author: Simon Marlow <marlowsd at gmail.com>
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'])
More information about the Cvs-ghc
mailing list