diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print003.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print003.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print003.script b/testsuite/tests/ghci.debugger/scripts/print003.script index f172ffb708..e9f6094592 100644 --- a/testsuite/tests/ghci.debugger/scripts/print003.script +++ b/testsuite/tests/ghci.debugger/scripts/print003.script @@ -1,6 +1,6 @@ -- Simple Recovery of types - opaque types :set -XExistentialQuantification -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -:l ../Test +:l Test let t = O (map Just [[1,1],[2,2]]) :p t -- should have bound _t1 now |