X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Ftypecheck%2Fshould_succeed%2Ftc046.hs;fp=ghc%2Fcompiler%2Ftests%2Ftypecheck%2Fshould_succeed%2Ftc046.hs;h=0000000000000000000000000000000000000000;hb=e3b67289ad773d37576e763704baaca6b83d74db;hp=dbbf3a176a5ac1eba86875daaebdbf2b1880dfa3;hpb=29b46083beaa048af4b4a68e8f96909ac98a639f;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/typecheck/should_succeed/tc046.hs b/ghc/compiler/tests/typecheck/should_succeed/tc046.hs deleted file mode 100644 index dbbf3a1..0000000 --- a/ghc/compiler/tests/typecheck/should_succeed/tc046.hs +++ /dev/null @@ -1,9 +0,0 @@ -module H where - -class C a where - op1 :: a -> a - -class (C a) => B a where - op2 :: a -> a -> a - -{- Failed hard in new tc with "No match in theta_class" -}