summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-09-04 20:13:17 +0100
committerIan Lynagh <igloo@earth.li>2011-09-04 20:13:17 +0100
commit6d22763e6ab3db58cf8f48f3b8226cad27251856 (patch)
tree5eefa63fb38124bf7ebc7bc29549c7c158c34f83 /testsuite/tests/programs
parent31afed7cbed83301b4355290ec8dca0656851b6f (diff)
downloadhaskell-6d22763e6ab3db58cf8f48f3b8226cad27251856.tar.gz
Fix some more written-but-not-cleaned files
Diffstat (limited to 'testsuite/tests/programs')
-rw-r--r--testsuite/tests/programs/hs-boot/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/programs/hs-boot/all.T b/testsuite/tests/programs/hs-boot/all.T
index eb48087188..dba72877e9 100644
--- a/testsuite/tests/programs/hs-boot/all.T
+++ b/testsuite/tests/programs/hs-boot/all.T
@@ -4,6 +4,6 @@
test('hs-boot',
extra_clean(['A.hi', 'A.hi-boot', 'A.o', 'A.o-boot',
'B.hi', 'B.o', 'C.hi', 'C.o',
- 'Main.hi', 'Main.o']),
+ 'Main', 'Main.exe', 'Main.hi', 'Main.o']),
multimod_compile,
['Main -v0', ''])