diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout b/testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout new file mode 100644 index 0000000000..3ce4969682 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout @@ -0,0 +1,5 @@ +Breakpoint 1 does not exist +No breakpoints found at that location. +No active breakpoints. +[4,8,15,16,23,42] +map :: forall a b. (a -> b) -> [a] -> [b] -- Defined in GHC.Base |