summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-16 23:28:15 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-16 23:28:15 +0000
commit68195030b54a25850b54478844e43de813b8f67b (patch)
tree3f61620671fdb452cf2514784c21b8a9e397f67d /testsuite/tests/ghci.debugger
parent028e7a7853298710326ca141d1f4828ee6475ff0 (diff)
downloadhaskell-68195030b54a25850b54478844e43de813b8f67b.tar.gz
Add extra cleaning for print035
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T
index c5ea2fb63c..eaae14f68d 100644
--- a/testsuite/tests/ghci.debugger/scripts/all.T
+++ b/testsuite/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'])