diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break002.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break002.script | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break002.script b/testsuite/tests/ghci.debugger/scripts/break002.script new file mode 100644 index 0000000000..0bc2605e4f --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/break002.script @@ -0,0 +1,5 @@ +-- can't set breakpoints on non-interpreted things: +:b Data.List.map + +:l ../Test2.hs +:b Data.List.map |