summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/all.T
diff options
context:
space:
mode:
authorVitaly Bragilevsky <bravit111@gmail.com>2014-07-08 21:05:05 +0400
committerAustin Seipp <austin@well-typed.com>2014-08-19 06:46:38 -0500
commitdefc42e7dfdcc0685077ef3dc8bea6b80e2a66dc (patch)
tree6059ccbfa3f2361e140523b305dd445784828d91 /testsuite/tests/ghci.debugger/scripts/all.T
parent527bcc41630918977c73584d99125ff164400695 (diff)
downloadhaskell-defc42e7dfdcc0685077ef3dc8bea6b80e2a66dc.tar.gz
Add test case for #9046
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/all.T')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T
index 09fa391ffb..f8a054103d 100644
--- a/testsuite/tests/ghci.debugger/scripts/all.T
+++ b/testsuite/tests/ghci.debugger/scripts/all.T
@@ -38,6 +38,7 @@ test('print034', normal, ghci_script, ['print034.script'])
test('print035',
[extra_clean(['../Unboxed.hi', '../Unboxed.o'])],
ghci_script, ['print035.script'])
+test('print036', when(compiler_ge('ghc','7.8'), expect_broken(9046)), ghci_script, ['print036.script'])
test('break001', normal, ghci_script, ['break001.script'])
test('break002', normal, ghci_script, ['break002.script'])