[project @ 2001-07-24 06:02:21 by ken]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn036.hs
index ea6c04d..50efcf3 100644 (file)
@@ -1,5 +1,5 @@
 -- !!! Checking that qualified method names are legal in instance body.
-module ShouldSucceed where
+module ShouldCompile where
 
 import Prelude hiding (Eq, (==))
 import Prelude as P (Eq,(==))