From: simonpj Date: Thu, 5 Apr 2001 11:48:26 +0000 (+0000) Subject: [project @ 2001-04-05 11:48:26 by simonpj] X-Git-Tag: Approximately_9120_patches~2191 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4b96a23ac9f7592546cc8959df7e9a77dad29379;p=ghc-hetmet.git [project @ 2001-04-05 11:48:26 by simonpj] Remove tcfail081; it is moving to should_compile --- diff --git a/ghc/tests/typecheck/should_fail/tcfail081.hs b/ghc/tests/typecheck/should_fail/tcfail081.hs deleted file mode 100644 index 95e0bfe..0000000 --- a/ghc/tests/typecheck/should_fail/tcfail081.hs +++ /dev/null @@ -1,5 +0,0 @@ --- !!! Catch an invalid Main.main type -module Main(main) where - -main :: a -main = error "not much luck" diff --git a/ghc/tests/typecheck/should_fail/tcfail081.stderr b/ghc/tests/typecheck/should_fail/tcfail081.stderr deleted file mode 100644 index ab83566..0000000 --- a/ghc/tests/typecheck/should_fail/tcfail081.stderr +++ /dev/null @@ -1,5 +0,0 @@ - -Cannot unify the type-signature variable `a' with the type `IO t' - Expected type: IO t - Inferred type: a -When checking that `main' has the required type