diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break014.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break014.stdout | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break014.stdout b/testsuite/tests/ghci.debugger/scripts/break014.stdout new file mode 100644 index 0000000000..3d284bf11f --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/break014.stdout @@ -0,0 +1,5 @@ +Breakpoint 0 activated at break014.hs:3:15-19 +Stopped at break014.hs:3:15-19 +_result :: (Bool, Bool) = _ +a :: Bool = _ +b :: Bool = _ |