X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Ftests%2FcodeGen%2Fshould_run%2Fcg017.hs;h=275eb9b31bb036442db3123a6709f9df17794b8d;hb=b2170318027ec00dbd71c29b9bd561a3956fa7f3;hp=5206c8fa018c5087423d8be599108b2f91e093f5;hpb=eba99148728b7fecd4395e461d70aa77dcc31d28;p=ghc-hetmet.git diff --git a/ghc/tests/codeGen/should_run/cg017.hs b/ghc/tests/codeGen/should_run/cg017.hs index 5206c8f..275eb9b 100644 --- a/ghc/tests/codeGen/should_run/cg017.hs +++ b/ghc/tests/codeGen/should_run/cg017.hs @@ -1,4 +1,4 @@ ---!!! test of cyclic default methods +-- !!! test of cyclic default methods -- class Foo a where op1 :: Fractional b => a -> b -> Bool