[project @ 2000-08-17 11:24:49 by rrt]
authorrrt <unknown>
Thu, 17 Aug 2000 11:24:49 +0000 (11:24 +0000)
committerrrt <unknown>
Thu, 17 Aug 2000 11:24:49 +0000 (11:24 +0000)
Test no longer applicable (fails for non-typechecking reasons: multiple
definition of main)

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

diff --git a/ghc/tests/typecheck/should_fail/tcfail074.hs b/ghc/tests/typecheck/should_fail/tcfail074.hs
deleted file mode 100644 (file)
index a59734c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-{-     SHOULD FAIL
-
-       GHC 2.02 failed to realise that this bogus
-       program didn't have the right type for main
--}
-
-main           =  2
-main           =  putStrLn "hello world"
diff --git a/ghc/tests/typecheck/should_fail/tcfail074.stderr b/ghc/tests/typecheck/should_fail/tcfail074.stderr
deleted file mode 100644 (file)
index 7101937..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-tcfail074.hs:7:
-    Multiple declarations of `main'
-       defined at tcfail074.hs:7
-       defined at tcfail074.hs:8
-
-Compilation had errors
-