diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break027.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break027.stdout | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break027.stdout b/testsuite/tests/ghci.debugger/scripts/break027.stdout new file mode 100644 index 0000000000..818111a9e1 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/break027.stdout @@ -0,0 +1,9 @@ +Breakpoint 0 activated at ../QSort.hs:(4,1)-(6,55) +Stopped at ../QSort.hs:(4,1)-(6,55) +_result :: [a] = _ +Stopped at ../QSort.hs:5:16-51 +_result :: [a] = _ +a :: a = _ +left :: [a] = _ +right :: [a] = _ +a :: a -- <no location info> |