[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / Inst82_2.hs
diff --git a/ghc/tests/typecheck/should_fail/Inst82_2.hs b/ghc/tests/typecheck/should_fail/Inst82_2.hs
deleted file mode 100644 (file)
index 8c7dc41..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-module Inst82_2 where
-import Data82
-
-instance Read FooData where
-   readsPrec _ _ = [(FooData,"")]