diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-19 20:37:24 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-19 20:37:24 +0100 |
commit | 4c88078eacf0e6e6754e30f22bc17ad9bf991959 (patch) | |
tree | 0ca09626ba9c0a996bf985929dbf336b94a52ba9 /testsuite/tests/ghci.debugger | |
parent | f7ad2aafa31aa6e9da48407ccf19a0f77e15b351 (diff) | |
parent | 63a3760bd4733c0ff0236552be772211157d3ee4 (diff) | |
download | haskell-4c88078eacf0e6e6754e30f22bc17ad9bf991959.tar.gz |
Merge branch 'master' of http://darcs.haskell.org//testsuite
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/all.T | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T index 6dfd05baee..a29d151987 100644 --- a/testsuite/tests/ghci.debugger/scripts/all.T +++ b/testsuite/tests/ghci.debugger/scripts/all.T @@ -35,7 +35,10 @@ test('print031', normal, ghci_script, ['print031.script']) test('print032', normal, ghci_script, ['print032.script']) test('print033', normal, ghci_script, ['print033.script']) test('print034', normal, ghci_script, ['print034.script']) -test('print035', normal, ghci_script, ['print035.script']) +test('print035', + if_ghci_dynamic(expect_broken(7326)), + ghci_script, + ['print035.script']) test('break001', normal, ghci_script, ['break001.script']) test('break002', normal, ghci_script, ['break002.script']) |