summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-09-06 16:48:02 +0100
committerIan Lynagh <igloo@earth.li>2011-09-06 16:48:02 +0100
commit877dc99e6e141101bf6704d5c9841aa2abfa62c9 (patch)
treef091b71fdab371006f89c67b0a9403aaeb91e909 /testsuite/tests/rename
parent89f34a495814e799c76dc456cf7fe7212081014d (diff)
downloadhaskell-877dc99e6e141101bf6704d5c9841aa2abfa62c9.tar.gz
Fix some more written-but-not-cleaned files
Diffstat (limited to 'testsuite/tests/rename')
-rw-r--r--testsuite/tests/rename/should_compile/all.T9
1 files changed, 4 insertions, 5 deletions
diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T
index 3786a5b993..9c97503bf3 100644
--- a/testsuite/tests/rename/should_compile/all.T
+++ b/testsuite/tests/rename/should_compile/all.T
@@ -146,18 +146,17 @@ test('T4003',
test('T1789', normal, compile, [''])
test('T1789_2', normal, compile, [''])
test('T3449',
- extra_clean(['T3449.hi-boot', 'T3449.hi',
- 'T3449.o-boot', 'T3449.o']),
+ extra_clean(['T3449.hi-boot', 'T3449A.hi',
+ 'T3449.o-boot', 'T3449A.o']),
run_command,
['$MAKE -s --no-print-directory T3449'])
test('T4239',
[expect_broken(4239),
- extra_clean(['T4239A.hi', 'T4239A.o', 'T4239.hi', 'T4239.o',
- 'T4239.imports'])],
+ extra_clean(['T4239A.hi', 'T4239A.o', 'T4239.imports'])],
run_command,
['$MAKE -s --no-print-directory T4239'])
test('T4240',
- [extra_clean(['T4240A.hi', 'T4240A.o', 'T4240.hi', 'T4240.o',
+ [extra_clean(['T4240A.hi', 'T4240A.o', 'T4240B.hi', 'T4240B.o',
'T4240.imports'])],
run_command,
['$MAKE -s --no-print-directory T4240'])