[commit: testsuite] master: accept (46a856a)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/46a856ae42719d31a92c74f949fa353b539a58ba >--------------------------------------------------------------- commit 46a856ae42719d31a92c74f949fa353b539a58ba Author: Simon Marlow <[email protected]> Date: Tue Oct 30 12:01:55 2012 +0000 accept >--------------------------------------------------------------- tests/ghci.debugger/scripts/break011.stdout | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ghci.debugger/scripts/break011.stdout b/tests/ghci.debugger/scripts/break011.stdout index afaa1fd..b84023b 100644 --- a/tests/ghci.debugger/scripts/break011.stdout +++ b/tests/ghci.debugger/scripts/break011.stdout @@ -16,8 +16,8 @@ _result :: a Stopped at <exception thrown> _exception :: e already at the beginning of the history -_exception = SomeException (ErrorCall "foo") +_exception = SomeException "foo" _result :: a = _ -_exception :: SomeException = SomeException (ErrorCall "foo") +_exception :: SomeException = SomeException "foo" *** Exception: foo *** Exception: foo