diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/dynbrk008.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/dynbrk008.script | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk008.script b/testsuite/tests/ghci.debugger/scripts/dynbrk008.script new file mode 100644 index 0000000000..e99ee6076e --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/dynbrk008.script @@ -0,0 +1,9 @@ +-- Breakpoints on binding sites that start with a List Comprehension are being coalesced, since list comp. are desugared to Lets and we coalesce bkpts for Lets (since there will be a breakpoint at body of the Let anyway) + +:l dynbrk008.hs +:st f 42 +:st +:st +:st +:st +:st |