[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn025.hs
diff --git a/ghc/tests/rename/should_compile/rn025.hs b/ghc/tests/rename/should_compile/rn025.hs
deleted file mode 100644 (file)
index 9eb64e0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
--- !!! Re-exporting a module whose contents is partially hidden.
-module ShouldCompile ( module List ) where
-
-import List hiding ( sort )
-