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 merge requests found
......@@ -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"
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