summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break023/break023.script
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break023/break023.script')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/break023/break023.script1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break023/break023.script b/testsuite/tests/ghci.debugger/scripts/break023/break023.script
index 4ddd2d6be4..a7a0916863 100644
--- a/testsuite/tests/ghci.debugger/scripts/break023/break023.script
+++ b/testsuite/tests/ghci.debugger/scripts/break023/break023.script
@@ -10,6 +10,7 @@
-- But first we touch A, and reload. B.boot will be reloaded, but not B, which will end up with an empty modbreaks. We can no longer set a breakpoint in B.b
-- The effect we want is B.boot being reloaded while B is not.
+:! cp A1.hs A.hs
:l C
:break b -- it works ok at this point
:! touch A.hs