summaryrefslogtreecommitdiff
path: root/libraries/base/tests/T7773.hs
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2018-04-19 08:31:08 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2018-04-19 08:31:08 -0400
commit2fdfe056812ec469a05f46f228ef076942297b5f (patch)
treef73e926e4ca80e225214511bfd01e14b0611f27d /libraries/base/tests/T7773.hs
parent447d1264abcd52bdd98267d109bfc1ff1c96ad27 (diff)
downloadhaskell-2fdfe056812ec469a05f46f228ef076942297b5f.tar.gz
Bump unix submodule to version 2.8.0.0
Summary: Requires bumping several submodules. Test Plan: ./validate Reviewers: hvr, bgamari Subscribers: thomie, carter GHC Trac Issues: #15042 Differential Revision: https://phabricator.haskell.org/D4604
Diffstat (limited to 'libraries/base/tests/T7773.hs')
-rw-r--r--libraries/base/tests/T7773.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/tests/T7773.hs b/libraries/base/tests/T7773.hs
index 495cd7abd9..7f73b12f3b 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 Nothing defaultFileFlags
+ fd <- openFd "/dev/random" ReadOnly defaultFileFlags
threadWaitRead fd
putStrLn "goodbye"
- \ No newline at end of file
+