summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print006.script
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print006.script')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/print006.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print006.script b/testsuite/tests/ghci.debugger/scripts/print006.script
index 782dee6102..5ab4cdea57 100644
--- a/testsuite/tests/ghci.debugger/scripts/print006.script
+++ b/testsuite/tests/ghci.debugger/scripts/print006.script
@@ -3,7 +3,7 @@
:set -XExistentialQuantification -XDeriveDataTypeable -XGeneralizedNewtypeDeriving
:l Test
-let t = O (map Just [[1,1],[2,2]])
+let t = O (map Just [[1 :: Int,1],[2,2]])
:p t
seq _t1 () -- The contents of the opaque
:p t
@@ -14,4 +14,4 @@ seq _t5 () -- The 2nd element of the list
seq _t7 () -- The 1st element of the outer list
:p t
- -- The 1st Just must be completely typed, as we know the type of the list \ No newline at end of file
+ -- The 1st Just must be completely typed, as we know the type of the list