summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print003.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print003.stdout')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/print003.stdout5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print003.stdout b/testsuite/tests/ghci.debugger/scripts/print003.stdout
index 23b0543c1f..6d767acb2a 100644
--- a/testsuite/tests/ghci.debugger/scripts/print003.stdout
+++ b/testsuite/tests/ghci.debugger/scripts/print003.stdout
@@ -9,7 +9,6 @@ it :: () = ()
_t3 :: [a0] = _
_t2 :: a0 = _
()
-t = O (Just [1,1] : (_t4::[Maybe [Integer]]))
+t = O (Just [1,1] : (_t4::[Maybe [Int]]))
()
-t = O (Just [1,1] : (_t5::Maybe [Integer]) :
- (_t6::[Maybe [Integer]]))
+t = O (Just [1,1] : (_t5::Maybe [Int]) : (_t6::[Maybe [Int]]))