X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2FsimplCore%2Fsimpl002.hs;fp=ghc%2Fcompiler%2Ftests%2FsimplCore%2Fsimpl002.hs;h=0000000000000000000000000000000000000000;hb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;hp=578c13a44e42f551b0f77b0ba7bee509da116f57;hpb=e3b67289ad773d37576e763704baaca6b83d74db;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/simplCore/simpl002.hs b/ghc/compiler/tests/simplCore/simpl002.hs deleted file mode 100644 index 578c13a..0000000 --- a/ghc/compiler/tests/simplCore/simpl002.hs +++ /dev/null @@ -1,10 +0,0 @@ ---!!! class/instance mumble that failed Lint at one time --- -module Test where -class Foo a where - op :: Int -> a -> Bool - -data Wibble a b c = MkWibble a b c - -instance (Foo a, Foo b, Foo c) => Foo (Wibble a b c) where - op x y = error "xxx"