From 6f567769b9c26ae5886a9f766fc7373831196ba1 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 17 Aug 2000 11:24:49 +0000 Subject: [PATCH] [project @ 2000-08-17 11:24:49 by rrt] Test no longer applicable (fails for non-typechecking reasons: multiple definition of main) --- ghc/tests/typecheck/should_fail/tcfail074.hs | 8 -------- ghc/tests/typecheck/should_fail/tcfail074.stderr | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 ghc/tests/typecheck/should_fail/tcfail074.hs delete mode 100644 ghc/tests/typecheck/should_fail/tcfail074.stderr 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 - -- 1.7.10.4