[commit: testsuite] master: Remove some redundant 'extra cleaning' in T4850 (15822db)
Ian Lynagh
igloo at earth.li
Tue Jan 29 17:46:07 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/15822dbd37773c55fb354bc515da0a32495216cf
>---------------------------------------------------------------
commit 15822dbd37773c55fb354bc515da0a32495216cf
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Jan 26 15:58:19 2013 +0000
Remove some redundant 'extra cleaning' in T4850
>---------------------------------------------------------------
tests/rts/all.T | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/tests/rts/all.T b/tests/rts/all.T
index 18617bd..50c6b3b 100644
--- a/tests/rts/all.T
+++ b/tests/rts/all.T
@@ -112,8 +112,7 @@ test('exec_signals', [
test('return_mem_to_os', normal, compile_and_run, [''])
-test('T4850', extra_clean(['T4850.o','T4850.hi','T4850']),
- run_command, ['$MAKE -s --no-print-directory T4850'])
+test('T4850', normal, run_command, ['$MAKE -s --no-print-directory T4850'])
def config_T5250(opts):
if not (config.arch in ['i386','x86_64']):
More information about the ghc-commits
mailing list