[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn030.hs
diff --git a/ghc/tests/rename/should_compile/rn030.hs b/ghc/tests/rename/should_compile/rn030.hs
deleted file mode 100644 (file)
index fdba3a8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
--- !!! Checking that more than imported module can share a local
--- !!! local alias.
-module ShouldCompile where
-
-import qualified List  as X
-import qualified Maybe as X
-
-x :: Ord a => [a] -> [a]
-x = X.sort
-
-y :: Maybe a -> Bool
-y = X.isJust