diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break022/break022.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break022/break022.script | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break022/break022.script b/testsuite/tests/ghci.debugger/scripts/break022/break022.script index 15e505ff71..33780a1408 100644 --- a/testsuite/tests/ghci.debugger/scripts/break022/break022.script +++ b/testsuite/tests/ghci.debugger/scripts/break022/break022.script @@ -6,7 +6,7 @@ -- B.boot (imports A) -- C (imports A and B) --- And we load C, to debug some function in A which enters B. +-- And we load C, to debug some function in A which enters B. -- But first we touch A, and reload. B.boot will be reloaded, but not B, which will end up with an empty modbreaks. When we :step into B, ghci will die with an out of bounds access in B's break array. -- The effect we want is B.boot being reloaded while B is not. @@ -17,5 +17,4 @@ :break a a () :st -:st -:st -- here we step into B, and produce the exception
\ No newline at end of file +:st -- here we step into B, and produce the exception |