diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print008.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print008.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print008.stdout b/testsuite/tests/ghci.debugger/scripts/print008.stdout index 4cfb5ba7df..610746e786 100644 --- a/testsuite/tests/ghci.debugger/scripts/print008.stdout +++ b/testsuite/tests/ghci.debugger/scripts/print008.stdout @@ -3,5 +3,5 @@ _t1 :: a0 () t = O ((_t2::a0) : (_t3::[a0])) () -t = O (Just [1,1] : (_t4::[Maybe [Integer]])) -_t4 :: [Maybe [Integer]] +t = O (Just [1,1] : (_t4::[Maybe [Int]])) +_t4 :: [Maybe [Int]] |