diff options
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci/prog006/Boot1.hs')
-rw-r--r-- | testsuite/tests/ghc-regress/ghci/prog006/Boot1.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/tests/ghc-regress/ghci/prog006/Boot1.hs b/testsuite/tests/ghc-regress/ghci/prog006/Boot1.hs deleted file mode 100644 index 0625737342..0000000000 --- a/testsuite/tests/ghc-regress/ghci/prog006/Boot1.hs +++ /dev/null @@ -1,5 +0,0 @@ -module Boot where - -import A - -data Data = forall n. Class n => D n |