diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-16 23:28:15 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-16 23:28:15 +0000 |
commit | 68195030b54a25850b54478844e43de813b8f67b (patch) | |
tree | 3f61620671fdb452cf2514784c21b8a9e397f67d /testsuite/tests/ghci.debugger | |
parent | 028e7a7853298710326ca141d1f4828ee6475ff0 (diff) | |
download | haskell-68195030b54a25850b54478844e43de813b8f67b.tar.gz |
Add extra cleaning for print035
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/all.T | 3 |
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']) |