Skip to content
Snippets Groups Projects
Commit 1a0a971b authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Bump for unix 2.7

parent fd7cedc8
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ import System.Posix.IO ...@@ -3,7 +3,7 @@ import System.Posix.IO
main = do main = do
putStrLn "hello" putStrLn "hello"
fd <- openFd "/dev/random" ReadOnly defaultFileFlags fd <- openFd "/dev/random" ReadOnly Nothing defaultFileFlags
threadWaitRead fd threadWaitRead fd
putStrLn "goodbye" putStrLn "goodbye"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment