From 4b96a23ac9f7592546cc8959df7e9a77dad29379 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 5 Apr 2001 11:48:26 +0000 Subject: [PATCH] [project @ 2001-04-05 11:48:26 by simonpj] Remove tcfail081; it is moving to should_compile --- ghc/tests/typecheck/should_fail/tcfail081.hs | 5 ----- ghc/tests/typecheck/should_fail/tcfail081.stderr | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 ghc/tests/typecheck/should_fail/tcfail081.hs delete mode 100644 ghc/tests/typecheck/should_fail/tcfail081.stderr 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 -- 1.7.10.4