[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn037.hs
diff --git a/ghc/tests/rename/should_compile/rn037.hs b/ghc/tests/rename/should_compile/rn037.hs
deleted file mode 100644 (file)
index bd9a9b6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
--- !!! Checking that you can hide a constructor
-module ShouldCompile where
-
-import Rn037Help hiding( C )
-       -- C is the constructor, but we should
-       -- still be able to hide it
-
-f x = Rn037Help.C
-
-
-
-