X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Ftypecheck%2Fshould_fail%2Ftcfail091.hs;fp=ghc%2Ftests%2Ftypecheck%2Fshould_fail%2Ftcfail091.hs;h=0000000000000000000000000000000000000000;hb=16acb4976514ab4b03c79d6845e3f0e98a1a33cf;hp=67a45a5dfc22517a73d68c962ce3ad1e287619d6;hpb=f2eadfd5dfb23cc611e2540f46180bca7d095f15;p=ghc-hetmet.git diff --git a/ghc/tests/typecheck/should_fail/tcfail091.hs b/ghc/tests/typecheck/should_fail/tcfail091.hs deleted file mode 100644 index 67a45a5..0000000 --- a/ghc/tests/typecheck/should_fail/tcfail091.hs +++ /dev/null @@ -1,9 +0,0 @@ -{-# OPTIONS -fglasgow-exts #-} - --- !!! Illegal superclass constraint --- These examples actually crashed GHC 4.08.2 - -module ShouldFail where - -class (?imp :: Int) => C t where -