summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci.debugger/scripts
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-11-28 12:57:54 +0000
committerIan Lynagh <igloo@earth.li>2009-11-28 12:57:54 +0000
commit5f725093d3c31804e261c0dc91276db89f7c4370 (patch)
tree89ce525c82e3eb66fae5942e9b3fad21e1d84e46 /testsuite/tests/ghc-regress/ghci.debugger/scripts
parent87885663c2026fd946bb5c3c16a6f953365f8460 (diff)
downloadhaskell-5f725093d3c31804e261c0dc91276db89f7c4370.tar.gz
Follow column number changes in the break016 script
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci.debugger/scripts')
-rw-r--r--testsuite/tests/ghc-regress/ghci.debugger/scripts/break016.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/ghci.debugger/scripts/break016.script b/testsuite/tests/ghc-regress/ghci.debugger/scripts/break016.script
index dffadf450f..2124e045bd 100644
--- a/testsuite/tests/ghc-regress/ghci.debugger/scripts/break016.script
+++ b/testsuite/tests/ghc-regress/ghci.debugger/scripts/break016.script
@@ -1,6 +1,6 @@
-- conditional breakpoints
:l break016.hs
-:break 1 6
+:break 1 7
-- this is one way to do conditional breakpoints. It's a bit
-- horrible: the :undef will complain the first time it is used.
:def cond (\expr -> return (":undef __cond\n:def __cond (\\_ -> if "++expr++" then return \"\" else return \":cont\")\n:__cond"))