diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/dynbrk005.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/dynbrk005.stdout | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk005.stdout b/testsuite/tests/ghci.debugger/scripts/dynbrk005.stdout new file mode 100644 index 0000000000..3eff707e6c --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/dynbrk005.stdout @@ -0,0 +1,11 @@ +Stopped at dynbrk005.hs:5:0-21 +_result :: (a, a, a) = _ +Stopped at dynbrk005.hs:5:14-21 +_result :: (a, a, a) = _ +x :: [a] = [_,_,_] +Stopped at dynbrk005.hs:3:0-22 +_result :: (a, a, a) = _ +Stopped at dynbrk005.hs:3:11-22 +_result :: (a, a, a) = _ +x :: [a] = [_,_,_] +(1,2,3) |