[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn031.hs
diff --git a/ghc/tests/rename/should_compile/rn031.hs b/ghc/tests/rename/should_compile/rn031.hs
deleted file mode 100644 (file)
index bea26c0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
--- !!! Checking that an imported module may still have
--- !!! a local alias without having used 'qualified'.
-module ShouldCompile where
-
-import List  as X
-import Maybe as X
-
-x :: Ord a => [a] -> [a]
-x = X.sort
-
-y :: Maybe a -> Bool
-y = isJust