From: rrt Date: Thu, 17 Aug 2000 11:24:49 +0000 (+0000) Subject: [project @ 2000-08-17 11:24:49 by rrt] X-Git-Tag: Approximately_9120_patches~3879 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6f567769b9c26ae5886a9f766fc7373831196ba1;p=ghc-hetmet.git [project @ 2000-08-17 11:24:49 by rrt] Test no longer applicable (fails for non-typechecking reasons: multiple definition of main) --- diff --git a/ghc/tests/typecheck/should_fail/tcfail074.hs b/ghc/tests/typecheck/should_fail/tcfail074.hs deleted file mode 100644 index a59734c..0000000 --- a/ghc/tests/typecheck/should_fail/tcfail074.hs +++ /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 index 7101937..0000000 --- a/ghc/tests/typecheck/should_fail/tcfail074.stderr +++ /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 -