[commit: ghc] master: Flush stdout in T9692 (45cbe85)

git at git.haskell.org git at git.haskell.org
Wed Oct 22 08:49:42 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/45cbe8533faee2416f354018826db48263377765/ghc

>---------------------------------------------------------------

commit 45cbe8533faee2416f354018826db48263377765
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Oct 22 10:49:35 2014 +0200

    Flush stdout in T9692


>---------------------------------------------------------------

45cbe8533faee2416f354018826db48263377765
 testsuite/tests/th/T9692.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/th/T9692.hs b/testsuite/tests/th/T9692.hs
index 82e5951..2ae835c 100644
--- a/testsuite/tests/th/T9692.hs
+++ b/testsuite/tests/th/T9692.hs
@@ -14,4 +14,5 @@ instance C Int where
 
 $( do info <- qReify (mkName "F")
       runIO $ putStrLn $ pprint info
+      runIO $ hFlush stdout
       return [])



More information about the ghc-commits mailing list