summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog002/A.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci/prog002/A.hs')
-rw-r--r--testsuite/tests/ghc-regress/ghci/prog002/A.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/ghc-regress/ghci/prog002/A.hs b/testsuite/tests/ghc-regress/ghci/prog002/A.hs
deleted file mode 100644
index 6dc493aaa2..0000000000
--- a/testsuite/tests/ghc-regress/ghci/prog002/A.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module A where
-
-data T = A Int | B Float deriving Eq
-
-f :: Int -> Int
-f x = x + 3