Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/46a856ae42719d31a92c74f949fa353b539a58ba

>---------------------------------------------------------------

commit 46a856ae42719d31a92c74f949fa353b539a58ba
Author: Simon Marlow <marlo...@gmail.com>
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



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to