diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-06-11 14:45:43 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-06-11 14:45:43 +0100 |
commit | 1d030fbf490ad5c39dfeebf13c97bfe4327c530e (patch) | |
tree | cc9400640c41f39386449153732843017277c666 /testsuite/tests/ghc-regress/ghci.debugger | |
parent | a0e01c684773f9548ba148986b108bf44090010b (diff) | |
download | haskell-1d030fbf490ad5c39dfeebf13c97bfe4327c530e.tar.gz |
Less UNPACKing in GHCi (Trac #5252)
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghc-regress/ghci.debugger/scripts/print022.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/ghci.debugger/scripts/print022.stdout b/testsuite/tests/ghc-regress/ghci.debugger/scripts/print022.stdout index 30d8af1027..8aa539418a 100644 --- a/testsuite/tests/ghc-regress/ghci.debugger/scripts/print022.stdout +++ b/testsuite/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 |