diff options
author | Ian Lynagh <igloo@earth.li> | 2011-09-04 20:13:17 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-09-04 20:13:17 +0100 |
commit | 6d22763e6ab3db58cf8f48f3b8226cad27251856 (patch) | |
tree | 5eefa63fb38124bf7ebc7bc29549c7c158c34f83 /testsuite/tests/programs | |
parent | 31afed7cbed83301b4355290ec8dca0656851b6f (diff) | |
download | haskell-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.T | 2 |
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', '']) |