[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc079.hs
index d49f4ce..99a73cc 100644 (file)
@@ -2,7 +2,7 @@
 --!!! "easy" to check default methods and such...
 --!!! (this is the example given in TcClassDcl)
 --
-module Test where
+module ShouldSucceed where
 
 class Foo a where
     op1 :: a -> Bool