Skip to content
Snippets Groups Projects
Commit 4589d391 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-08-15 11:39:17 by rrt]

Updated error message for "Compilation had errors" so as not to break tests.
parent c9107a83
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment