diff options
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci/scripts/ghci006.hs')
-rw-r--r-- | testsuite/tests/ghc-regress/ghci/scripts/ghci006.hs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/tests/ghc-regress/ghci/scripts/ghci006.hs b/testsuite/tests/ghc-regress/ghci/scripts/ghci006.hs deleted file mode 100644 index c1bef51070..0000000000 --- a/testsuite/tests/ghc-regress/ghci/scripts/ghci006.hs +++ /dev/null @@ -1,8 +0,0 @@ - -module Ghci006 where - -data Q = forall x . Show x => Q x -showQ (Q x) = show x - --- associated bug is that at the interpreter command line, --- showQ (Q "foo") crashed the interpreter. |