[commit: testsuite] master: Add extra cleaning for print035 (ba8604b)

Ian Lynagh igloo at earth.li
Sun Feb 17 00:41:50 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/ba8604b2c64873a7de5a57abfdf7d863141264e7

>---------------------------------------------------------------

commit ba8604b2c64873a7de5a57abfdf7d863141264e7
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sat Feb 16 23:28:15 2013 +0000

    Add extra cleaning for print035

>---------------------------------------------------------------

 tests/ghci.debugger/scripts/all.T |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/ghci.debugger/scripts/all.T b/tests/ghci.debugger/scripts/all.T
index c5ea2fb..eaae14f 100644
--- a/tests/ghci.debugger/scripts/all.T
+++ b/tests/ghci.debugger/scripts/all.T
@@ -36,7 +36,8 @@ test('print032', normal, ghci_script, ['print032.script'])
 test('print033', normal, ghci_script, ['print033.script'])
 test('print034', normal, ghci_script, ['print034.script'])
 test('print035',
-     when(ghci_dynamic(), expect_broken(7326)),
+     [when(ghci_dynamic(), expect_broken(7326)),
+      extra_clean(['../Unboxed.hi', '../Unboxed.o'])],
      ghci_script,
      ['print035.script'])
 





More information about the ghc-commits mailing list