diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print022.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print022.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print022.stdout b/testsuite/tests/ghci.debugger/scripts/print022.stdout index 47c1483fc4..40d2b59544 100644 --- a/testsuite/tests/ghci.debugger/scripts/print022.stdout +++ b/testsuite/tests/ghci.debugger/scripts/print022.stdout @@ -2,7 +2,7 @@ test = C 1 32 1.2 1.23 'x' 1 1.2 1.23 Breakpoint 0 activated at print022.hs:11:7 Stopped in Main.f, print022.hs:11:7 -_result :: r = _ -x :: r = _ +_result :: t = _ +x :: t = _ x = C2 1 (W# 32) (TwoFields 'a' 3) x :: T2 |