diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break024.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break024.stdout | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break024.stdout b/testsuite/tests/ghci.debugger/scripts/break024.stdout new file mode 100644 index 0000000000..dc3bd73425 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/break024.stdout @@ -0,0 +1,19 @@ +Left user error (error) +Stopped at <exception thrown> +_exception :: e = _ +_exception = SomeException + (GHC.IO.Exception.IOError + Nothing GHC.IO.Exception.UserError [] "error" Nothing Nothing) +*** Exception: user error (error) +Stopped at <exception thrown> +_exception :: e = _ +_exception = SomeException + (GHC.IO.Exception.IOError + Nothing GHC.IO.Exception.UserError [] "error" Nothing Nothing) +*** Exception: user error (error) +Stopped at <exception thrown> +_exception :: e = _ +_exception = SomeException + (GHC.IO.Exception.IOError + Nothing GHC.IO.Exception.UserError [] "error" Nothing Nothing) +Left user error (error) |