[project @ 2000-08-15 11:39:17 by rrt]
authorrrt <unknown>
Tue, 15 Aug 2000 11:39:17 +0000 (11:39 +0000)
committerrrt <unknown>
Tue, 15 Aug 2000 11:39:17 +0000 (11:39 +0000)
Updated error message for "Compilation had errors" so as not to break tests.

ghc/compiler/main/ErrUtils.lhs

index 05d0fd5..7e6e181 100644 (file)
@@ -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}