[project @ 2001-04-05 11:48:26 by simonpj]
authorsimonpj <unknown>
Thu, 5 Apr 2001 11:48:26 +0000 (11:48 +0000)
committersimonpj <unknown>
Thu, 5 Apr 2001 11:48:26 +0000 (11:48 +0000)
Remove tcfail081; it is moving to should_compile

ghc/tests/typecheck/should_fail/tcfail081.hs [deleted file]
ghc/tests/typecheck/should_fail/tcfail081.stderr [deleted file]

diff --git a/ghc/tests/typecheck/should_fail/tcfail081.hs b/ghc/tests/typecheck/should_fail/tcfail081.hs
deleted file mode 100644 (file)
index 95e0bfe..0000000
+++ /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 (file)
index ab83566..0000000
+++ /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