diff options
-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 |