[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn017.hs
diff --git a/ghc/tests/rename/should_compile/rn017.hs b/ghc/tests/rename/should_compile/rn017.hs
deleted file mode 100644 (file)
index 6694f24..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
--- !! Rexporting
-module Test ( module Test , module Rn017 ) where
-
-import Rn017
-
-f x = x
-
-data Foo = MkFoo
-
-class FOO a where
-    op :: a -> Int
-
-instance FOO Foo where
-    op x = 42