Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/09edb0330e06a88ed624adbcdaa29ae0b8635f7b >--------------------------------------------------------------- commit 09edb0330e06a88ed624adbcdaa29ae0b8635f7b Author: Simon Peyton Jones <[email protected]> Date: Sat Jun 11 14:45:43 2011 +0100 Less UNPACKing in GHCi (Trac #5252) >--------------------------------------------------------------- .../ghci.debugger/scripts/print022.stdout | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/ghci.debugger/scripts/print022.stdout b/tests/ghc-regress/ghci.debugger/scripts/print022.stdout index 30d8af1..8aa5394 100644 --- a/tests/ghc-regress/ghci.debugger/scripts/print022.stdout +++ b/tests/ghc-regress/ghci.debugger/scripts/print022.stdout @@ -6,5 +6,5 @@ _result :: t = _ Stopped at print022.hs:11:7 _result :: t = _ x :: t = _ -x = C2 1 32 'a' 3 +x = C2 1 (W# 32) (TwoFields 'a' 3) x :: T2 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
