summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print008.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print008.stdout')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/print008.stdout4
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 1b42a99ed4..08bdbf7b1d 100644
--- a/testsuite/tests/ghci.debugger/scripts/print008.stdout
+++ b/testsuite/tests/ghci.debugger/scripts/print008.stdout
@@ -3,5 +3,5 @@ _t1 :: a
()
t = O ((_t2::a1) : (_t3::[a1]))
()
-t = O (Just [(_t4::a1),(_t5::a1)] : (_t6::[Maybe [a1]]))
-_t4 :: a1
+t = O (Just [1,1] : (_t4::[Maybe [Integer]]))
+_t4 :: [Maybe [Integer]]