summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/scripts/ghci006.script
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci/scripts/ghci006.script')
-rw-r--r--testsuite/tests/ghc-regress/ghci/scripts/ghci006.script6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/ghc-regress/ghci/scripts/ghci006.script b/testsuite/tests/ghc-regress/ghci/scripts/ghci006.script
deleted file mode 100644
index adccf3114c..0000000000
--- a/testsuite/tests/ghc-regress/ghci/scripts/ghci006.script
+++ /dev/null
@@ -1,6 +0,0 @@
-:unset +s +t
-:set -XExistentialQuantification
--- test for contexts on existential types crashing the interpreter
-:l ghci006
-showQ (Q "foo")
-