diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-03-14 13:01:14 +0100 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-03-14 20:39:29 +0100 |
commit | e7a4bd3fc635f2dc3e9e14b9f334ec991c7d5d23 (patch) | |
tree | 70274dd875e43c072216fa1c968c34334240ba7b /haddock-library/fixtures/Fixtures.hs | |
parent | ff97278e6e7e46f44d69036fad2de3c6cfae0ca2 (diff) |
fixtures: Slightly unmangle output
Diffstat (limited to 'haddock-library/fixtures/Fixtures.hs')
-rw-r--r-- | haddock-library/fixtures/Fixtures.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-library/fixtures/Fixtures.hs b/haddock-library/fixtures/Fixtures.hs index f75ff664..54fca012 100644 --- a/haddock-library/fixtures/Fixtures.hs +++ b/haddock-library/fixtures/Fixtures.hs @@ -65,7 +65,7 @@ goldenFixture name expect actual cmp wrt = do case mres of Nothing -> return (Result 1 1) Just str -> do - putStr str + putStrLn str return (Result 0 1) where handler :: Expr -> IOException -> IO Expr |