summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci.debugger/scripts/print008.script
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci.debugger/scripts/print008.script')
-rw-r--r--testsuite/tests/ghc-regress/ghci.debugger/scripts/print008.script14
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/tests/ghc-regress/ghci.debugger/scripts/print008.script b/testsuite/tests/ghc-regress/ghci.debugger/scripts/print008.script
deleted file mode 100644
index 52ca7dc857..0000000000
--- a/testsuite/tests/ghc-regress/ghci.debugger/scripts/print008.script
+++ /dev/null
@@ -1,14 +0,0 @@
---Handling of polymorphic types:
--- testing that tyvars are instantiated to unknown
-
-:set -XExistentialQuantification -XDeriveDataTypeable -XGeneralizedNewtypeDeriving
-:l ../Test
-let t = O (map Just [[1,1],[2,2]])
-
-:p t
-:t _t1
-seq _t1 ()
-:p t
-seq _t2 ()
-:p t
-:t _t4 \ No newline at end of file