diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-04-07 14:54:56 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-04-07 15:10:25 +0100 |
commit | c897613bbf6336d00c9b5433268cb5813308bee9 (patch) | |
tree | 25af8bc9a0cdc2858f7aa6b2a75c7b02651ebc9f /testsuite/tests/ghci.debugger/scripts/break024.stdout | |
parent | 547c597112954353cef7157cb0a389bc4f6303eb (diff) | |
download | haskell-c897613bbf6336d00c9b5433268cb5813308bee9.tar.gz |
Error msg wibbles from reduced module prefixes
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break024.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break024.stdout | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break024.stdout b/testsuite/tests/ghci.debugger/scripts/break024.stdout index dc3bd73425..62aa429cad 100644 --- a/testsuite/tests/ghci.debugger/scripts/break024.stdout +++ b/testsuite/tests/ghci.debugger/scripts/break024.stdout @@ -1,19 +1,16 @@ -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) +Left user error (error)
+Stopped at <exception thrown>
+_exception :: e = _
+_exception = SomeException
+ (IOError Nothing UserError [] "error" Nothing Nothing)
+*** Exception: user error (error)
+Stopped at <exception thrown>
+_exception :: e = _
+_exception = SomeException
+ (IOError Nothing UserError [] "error" Nothing Nothing)
+*** Exception: user error (error)
+Stopped at <exception thrown>
+_exception :: e = _
+_exception = SomeException
+ (IOError Nothing UserError [] "error" Nothing Nothing)
+Left user error (error)
|