From 4589d39102aff2af0852f51f308995fc137108f8 Mon Sep 17 00:00:00 2001 From: rrt <unknown> Date: Tue, 15 Aug 2000 11:39:17 +0000 Subject: [PATCH] [project @ 2000-08-15 11:39:17 by rrt] Updated error message for "Compilation had errors" so as not to break tests. --- ghc/compiler/main/ErrUtils.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/main/ErrUtils.lhs b/ghc/compiler/main/ErrUtils.lhs index 05d0fd525ce3..7e6e181bd1f1 100644 --- a/ghc/compiler/main/ErrUtils.lhs +++ b/ghc/compiler/main/ErrUtils.lhs @@ -86,7 +86,7 @@ ghcExit :: Int -> IO () ghcExit val = if val /= 0 - then hPutStr stderr "Compilation had errors\n" + then hPutStr stderr "\nCompilation had errors\n\n" else return () \end{code} -- GitLab