More fixes for 605, and adjust expected output

This commit is contained in:
dons
2005-08-19 01:04:43 +00:00
parent 6c122b67c4
commit 5dbfa70f74
7 changed files with 31 additions and 10 deletions

View File

@ -239,8 +239,6 @@ build src obj extra_opts = do
#endif
(out,err) <- exec ghc flags -- this is a fork()
print $ "OUT = " ++ show out
print $ "ERR = " ++ show err
obj_exists <- doesFileExist obj -- sanity
return $ if not obj_exists && null err -- no errors, but no object?