[commit: ghc] master: testsuite: Bump for unix 2.7 (b44e747)
git at git.haskell.org
git at git.haskell.org
Thu Aug 9 16:31:29 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b44e747ffc45f5c0d075225f457f748313d683f1/ghc
>---------------------------------------------------------------
commit b44e747ffc45f5c0d075225f457f748313d683f1
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Aug 9 12:30:43 2018 -0400
testsuite: Bump for unix 2.7
>---------------------------------------------------------------
b44e747ffc45f5c0d075225f457f748313d683f1
libraries/base/tests/T7773.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/tests/T7773.hs b/libraries/base/tests/T7773.hs
index 7f73b12..13ec40d 100644
--- a/libraries/base/tests/T7773.hs
+++ b/libraries/base/tests/T7773.hs
@@ -3,7 +3,7 @@ import System.Posix.IO
main = do
putStrLn "hello"
- fd <- openFd "/dev/random" ReadOnly defaultFileFlags
+ fd <- openFd "/dev/random" ReadOnly Nothing defaultFileFlags
threadWaitRead fd
putStrLn "goodbye"
More information about the ghc-commits
mailing list